diff options
Diffstat (limited to 'gas/config/tc-mep.c')
-rw-r--r-- | gas/config/tc-mep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-mep.c b/gas/config/tc-mep.c index a4ebfcf..6b659d4 100644 --- a/gas/config/tc-mep.c +++ b/gas/config/tc-mep.c @@ -195,7 +195,7 @@ static int optbits = 0; static int optbitset = 0; int -md_parse_option (int c, char *arg ATTRIBUTE_UNUSED) +md_parse_option (int c, const char *arg ATTRIBUTE_UNUSED) { int i, idx; switch (c) |