diff options
Diffstat (limited to 'epan/frequency-utils.h')
-rw-r--r-- | epan/frequency-utils.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/epan/frequency-utils.h b/epan/frequency-utils.h index 75eed76b55..10603e06d7 100644 --- a/epan/frequency-utils.h +++ b/epan/frequency-utils.h @@ -60,6 +60,8 @@ ieee80211_mhz_to_str(guint freq); /* Should this be "(freq < 4920)", or something else? */ #define FREQ_IS_BG(freq) (freq <= 2484) +#endif /* __FREQUENCY_UTILS_H__ */ + /* * Editor modelines * @@ -69,9 +71,6 @@ ieee80211_mhz_to_str(guint freq); * indent-tabs-mode: nil * End: * - * ex: set shiftwidth=4 tabstop=8 expandtab: + * vi: set shiftwidth=4 tabstop=8 expandtab: * :indentSize=4:tabSize=8:noTabs=true: */ - -#endif /* __FREQUENCY_UTILS_H__ */ - |