]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/grammar_sandbox.c
*: require semicolon after DEFINE_MTYPE & co
[mirror_frr.git] / lib / grammar_sandbox.c
index a40b815caa74329dae7df28453ee3a4aed74945d..209765bd6f9aa5b561ac86ee911056f55abef376 100644 (file)
@@ -34,7 +34,7 @@
 
 #define GRAMMAR_STR "CLI grammar sandbox\n"
 
-DEFINE_MTYPE_STATIC(LIB, CMD_TOKENS, "Command desc")
+DEFINE_MTYPE_STATIC(LIB, CMD_TOKENS, "Command desc");
 
 /** headers **/
 void grammar_sandbox_init(void);