diff options
Diffstat (limited to 'libiberty/strchr.c')
-rw-r--r-- | libiberty/strchr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/strchr.c b/libiberty/strchr.c index 22976ce248a..550480f56de 100644 --- a/libiberty/strchr.c +++ b/libiberty/strchr.c @@ -21,7 +21,7 @@ BUGS char * strchr (s, c) - register CONST char *s; + register const char *s; int c; { do { |