diff options
author | Ali Abdulkadir <autostart.ini@gmail.com> | 2017-10-21 13:06:58 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-21 13:06:58 +0300 |
commit | 9307be5f1961c5f913d6ab6e3be22b97c4c337a8 (patch) | |
tree | 91c50033e20ae066f818d52610187fc9feef7cc9 /optimize.c | |
parent | d950121cdbaa5ad3177817bc63c69174ea34f2d3 (diff) | |
parent | 34505e5206e0fda856c016964c4fc1371f5372d8 (diff) |
Merge branch 'master' into man
Diffstat (limited to 'optimize.c')
-rw-r--r-- | optimize.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(). */ |