aboutsummaryrefslogtreecommitdiff
path: root/optimize.c
diff options
context:
space:
mode:
authorAli Abdulkadir <autostart.ini@gmail.com>2017-10-21 13:06:58 +0300
committerGitHub <noreply@github.com>2017-10-21 13:06:58 +0300
commit9307be5f1961c5f913d6ab6e3be22b97c4c337a8 (patch)
tree91c50033e20ae066f818d52610187fc9feef7cc9 /optimize.c
parentd950121cdbaa5ad3177817bc63c69174ea34f2d3 (diff)
parent34505e5206e0fda856c016964c4fc1371f5372d8 (diff)
Merge branch 'master' into man
Diffstat (limited to 'optimize.c')
-rw-r--r--optimize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/optimize.c b/optimize.c
index 4ea910e3..8aeec3cf 100644
--- a/optimize.c
+++ b/optimize.c
@@ -60,7 +60,7 @@ int pcap_optimizer_debug;
*
* This is the same as the count of trailing zeroes in the word.
*/
-#if PCAP_IS_AT_LEAST_GNUC_VERSION(3, 4)
+#if PCAP_IS_AT_LEAST_GNUC_VERSION(3,4)
/*
* GCC 3.4 and later; we have __builtin_ctz().
*/