aboutsummaryrefslogtreecommitdiffstats
path: root/common/strlist.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/strlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/strlist.h b/common/strlist.h
index 1e2ffa8da..3640da63d 100644
--- a/common/strlist.h
+++ b/common/strlist.h
@@ -20,7 +20,7 @@
#ifndef LIBJNLIB_STRLIST_H
#define LIBJNLIB_STRLIST_H
-struct string_list
+struct string_list
{
struct string_list *next;
unsigned int flags;