diff options
Diffstat (limited to 'networking/libiproute/utils.h')
-rw-r--r-- | networking/libiproute/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/utils.h b/networking/libiproute/utils.h index 0b0d7545a..98634dde7 100644 --- a/networking/libiproute/utils.h +++ b/networking/libiproute/utils.h | |||
@@ -30,7 +30,7 @@ extern char * _SL_; | |||
30 | 30 | ||
31 | extern void incomplete_command(void) ATTRIBUTE_NORETURN; | 31 | extern void incomplete_command(void) ATTRIBUTE_NORETURN; |
32 | 32 | ||
33 | #define NEXT_ARG() do { argv++; if (--argc <= 0) incomplete_command(); } while(0) | 33 | #define NEXT_ARG() do { argv++; if (--argc <= 0) incomplete_command(); } while (0) |
34 | 34 | ||
35 | typedef struct | 35 | typedef struct |
36 | { | 36 | { |