diff options
Diffstat (limited to 'src/anonymous.c')
-rw-r--r-- | src/anonymous.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/anonymous.c b/src/anonymous.c index 87dfaf5..59d9d4a 100644 --- a/src/anonymous.c +++ b/src/anonymous.c @@ -40,7 +40,7 @@ is_anonymous_enabled (void) * zero if the string was found, zero if it wasn't and negative upon error. */ int -anonymous_search (char *s) +anonymous_search (const char *s) { assert (s != NULL); assert (anonymous_map != NULL); |