aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2023-06-18 14:11:05 -0700
committerGerald Combs <gerald@wireshark.org>2023-06-18 21:44:30 +0000
commit1bd1d2ee04747d755d7ec26a5e0965a5c6794c3f (patch)
tree19425d487655c2e0335d9f5c558afeddd4cf1867 /tools
parent6649f96725fcb647a8f6a86e67176578be945c7c (diff)
Tools: Switch make-regs.py to C99 types
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make-regs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-regs.py b/tools/make-regs.py
index 8e468e037f..d0b59fe44b 100755
--- a/tools/make-regs.py
+++ b/tools/make-regs.py
@@ -90,7 +90,7 @@ def make_wtap_modules(outfile, infiles):
output += """\
#include "wtap_modules.h"
-const guint wtap_module_count = {0};
+const unsigned wtap_module_count = {0};
""".format(len(wtap_modules))