X-Git-Url: http://git.efficios.com/?p=argpar.git;a=blobdiff_plain;f=argpar%2Fargpar.c;fp=argpar%2Fargpar.c;h=9a0a56c8c25f58e7af95092fa70927088abd84f7;hp=008d10b91a18c01e2b99f9f3b1596ef1f91b4bc0;hb=70e08ebfdf02c29407206dbbee52c5583bb84452;hpb=8a47e37df06099c16733921bf5a4fee599d69338 diff --git a/argpar/argpar.c b/argpar/argpar.c index 008d10b..9a0a56c 100644 --- a/argpar/argpar.c +++ b/argpar/argpar.c @@ -23,8 +23,8 @@ #ifdef NDEBUG /* - * Force usage of the assertion condition to prevent unused variable warnings - * when `assert()` are disabled by the `NDEBUG` definition. + * Force usage of the assertion condition to prevent unused variable + * warnings when `assert()` are disabled by the `NDEBUG` definition. */ # define ARGPAR_ASSERT(_cond) ((void) sizeof((void) (_cond), 0)) #else