summaryrefslogtreecommitdiffstats
path: root/src/expressions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expressions.h')
-rw-r--r--src/expressions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expressions.h b/src/expressions.h
index 6f42fa3e4..1ec3106c0 100644
--- a/src/expressions.h
+++ b/src/expressions.h
@@ -97,7 +97,7 @@ void re_cache_add (const gchar *line, void *pointer, memory_pool_t *pool);
* @param line symbolic representation
* @return pointer to regexp data or NULL if regexp is not found
*/
-void * re_cache_check (const const gchar *line, memory_pool_t *pool);
+void * re_cache_check (const gchar *line, memory_pool_t *pool);
/**
* Remove regexp from regexp cache