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 7395f2c8fdd..9af4f4faf41 100644
--- a/lib-src/ebrowse.c
+++ b/lib-src/ebrowse.c
@@ -981,7 +981,7 @@ make_namespace (char *name, struct sym *context)
981} 981}
982 982
983 983
984/* Find the symbol for namespace NAME. If not found, retrun NULL */ 984/* Find the symbol for namespace NAME. If not found, return NULL */
985 985
986static struct sym * 986static struct sym *
987check_namespace (char *name, struct sym *context) 987check_namespace (char *name, struct sym *context)