aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'networking/libiproute/utils.h')
-rw-r--r--networking/libiproute/utils.h2
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
31extern void incomplete_command(void) ATTRIBUTE_NORETURN; 31extern 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
35typedef struct 35typedef struct
36{ 36{