]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ppp.c
Style update
[tcpdump] / print-ppp.c
index de17538ad7559212e957924bbe11f8cd8f09ec9a..180f8d60dffe505d6313a04d7ef7ed85bc452a35 100644 (file)
@@ -213,7 +213,7 @@ static const char *lcpconfopts[] = {
        "PPP-Muxing",           /* (30) */
 };
 
-#define NUM_LCPOPTS    (sizeof lcpconfopts / sizeof lcpconfopts[0])
+#define NUM_LCPOPTS    (sizeof(lcpconfopts) / sizeof(lcpconfopts[0]))
 
 /* ECP - to be supported */