aboutsummaryrefslogtreecommitdiff
path: root/gas/remap.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/remap.c')
-rw-r--r--gas/remap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/remap.c b/gas/remap.c
index ecf77a1..842c930 100644
--- a/gas/remap.c
+++ b/gas/remap.c
@@ -78,7 +78,7 @@ remap_debug_filename (const char *filename)
if (filename_ncmp (filename, map->old_prefix, map->old_len) == 0)
{
const char *name = filename + map->old_len;
- return concat (map->new_prefix, name, NULL);
+ return concat (map->new_prefix, name, (const char *) NULL);
}
return xstrdup (filename);