aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/uat.c')
-rw-r--r--epan/uat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/uat.c b/epan/uat.c
index 6fca2badda..7b73b4a156 100644
--- a/epan/uat.c
+++ b/epan/uat.c
@@ -38,7 +38,7 @@
* instead.
*/
-static GPtrArray* all_uats = NULL;
+static GPtrArray* all_uats;
uat_t* uat_new(const char* name,
size_t size,