diff options
author | Stef Walter <stef@memberwebs.com> | 2010-02-11 16:19:48 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2010-02-11 16:19:48 +0000 |
commit | b7ce1b4fc1253c6f25b160528b639c79a35d4754 (patch) | |
tree | d15d4dcd25711701e9841555d4d91cbf6521a215 /module/mod_auth_singleid.c | |
parent | 3f923ddf153e4d940731ba94ffba251d47f9071d (diff) |
Fix syntax error which caused warning during build.
Diffstat (limited to 'module/mod_auth_singleid.c')
-rw-r--r-- | module/mod_auth_singleid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/mod_auth_singleid.c b/module/mod_auth_singleid.c index 4abd21f..c55a755 100644 --- a/module/mod_auth_singleid.c +++ b/module/mod_auth_singleid.c @@ -189,7 +189,7 @@ get_token (apr_pool_t *pool, const char **line, const char *delims) return result; } -const int +static int compare_paths (const char *path1, const char *path2) { size_t len1, len2; |