aboutsummaryrefslogtreecommitdiff
path: root/gdb/symmisc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/symmisc.c')
-rw-r--r--gdb/symmisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symmisc.c b/gdb/symmisc.c
index bee07ac..53d8c03 100644
--- a/gdb/symmisc.c
+++ b/gdb/symmisc.c
@@ -876,7 +876,7 @@ static int
maintenance_expand_file_matcher (const char *filename, void *data,
int basenames)
{
- const char *regexp = data;
+ const char *regexp = (const char *) data;
QUIT;