diff options
Diffstat (limited to 'src/common-utils/msg.c')
-rw-r--r-- | src/common-utils/msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common-utils/msg.c b/src/common-utils/msg.c index 8a78530..70772a2 100644 --- a/src/common-utils/msg.c +++ b/src/common-utils/msg.c @@ -113,7 +113,7 @@ do { \ NV_VSNPRINTF(buf, fmt); \ format(stream, prefix, buf, whitespace); \ free (buf); \ -} while(0) +} while (0) /* |