summaryrefslogtreecommitdiff
path: root/lib/path-concat.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/path-concat.c')
-rw-r--r--lib/path-concat.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/path-concat.c b/lib/path-concat.c
index abafd31ee..86579b736 100644
--- a/lib/path-concat.c
+++ b/lib/path-concat.c
@@ -42,10 +42,7 @@ char *malloc ();
BASE in the returned concatenation. */
char *
-path_concat (dir, base, base_in_result)
- const char *dir;
- const char *base;
- char **base_in_result;
+path_concat (const char *dir, const char *base, char **base_in_result)
{
char *p;
char *p_concat;