diff options
Diffstat (limited to 'libiberty/basename.c')
-rw-r--r-- | libiberty/basename.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libiberty/basename.c b/libiberty/basename.c index 69a982d..037a906 100644 --- a/libiberty/basename.c +++ b/libiberty/basename.c @@ -37,8 +37,7 @@ Behavior is undefined if the pathname ends in a directory separator. #endif /* DIR_SEPARATOR_2 */ char * -basename (name) - const char *name; +basename (const char *name) { const char *base; |