* config/tc-xtensa.c (check_t1_t2_reads_and_writes): Fix typo.
[deliverable/binutils-gdb.git] / libiberty / basename.c
index 69a982d7dca8f5795b69e361347bf84ec0ef0314..037a90601457e1ca3ae82f29f561b8569ed8039c 100644 (file)
@@ -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;
 
This page took 0.037022 seconds and 4 git commands to generate.