aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ebrowse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c
index 47ab0d1c9e3..81dbf73455a 100644
--- a/lib-src/ebrowse.c
+++ b/lib-src/ebrowse.c
@@ -3251,7 +3251,7 @@ add_declarator (cls, id, flags, sc)
3251 int pos = BUFFER_POS (); 3251 int pos = BUFFER_POS ();
3252 3252
3253 if (cls) 3253 if (cls)
3254 add_member_defn (cls, *id, regexp, pos, 0, 1, SC_UNKNOWN, flags); 3254 add_member_defn (*cls, *id, regexp, pos, 0, 1, SC_UNKNOWN, flags);
3255 else 3255 else
3256 add_global_defn (*id, regexp, pos, 0, 1, sc, flags); 3256 add_global_defn (*id, regexp, pos, 0, 1, sc, flags);
3257 } 3257 }