diff options
Diffstat (limited to 'lib-src/ebrowse.c')
| -rw-r--r-- | lib-src/ebrowse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c index 81dbf73455a..f49d3cdafda 100644 --- a/lib-src/ebrowse.c +++ b/lib-src/ebrowse.c | |||
| @@ -3250,7 +3250,7 @@ add_declarator (cls, id, flags, sc) | |||
| 3250 | char *regexp = matching_regexp (); | 3250 | char *regexp = matching_regexp (); |
| 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); |