aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ipproto.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-10-12 13:15:08 +0000
committerBill Meier <wmeier@newsguy.com>2010-10-12 13:15:08 +0000
commitc78221d4ce3a572fcb625e927cefbca90cc76d45 (patch)
treebfcfb908239e1f02b777a6415a445ad92a1cbebd /epan/ipproto.c
parent6e31c8c4064f7e91c43535403f031fbde5aac7d8 (diff)
Rename g_resolv_flags --> gbl_resolv_flags; Also: cleanup some whitespace & indentation.
svn path=/trunk/; revision=34487
Diffstat (limited to 'epan/ipproto.c')
-rw-r--r--epan/ipproto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/ipproto.c b/epan/ipproto.c
index ea7ab564ce..6c93d5e757 100644
--- a/epan/ipproto.c
+++ b/epan/ipproto.c
@@ -285,7 +285,7 @@ const char *ipprotostr(const int proto) {
* XXX - have another flag for resolving network-layer
* protocol names?
*/
- if (g_resolv_flags != 0) {
+ if (gbl_resolv_flags != 0) {
static char buf[128];
struct protoent *pe;