summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--trans/remap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/remap.c b/trans/remap.c
index b92826f0..63434f0f 100644
--- a/trans/remap.c
+++ b/trans/remap.c
@@ -98,7 +98,7 @@ parse_opt (int key, char *arg, struct argp_state *state)
{
case ARGP_KEY_ARG:
if (arg[0] != '/')
- error(1, 0, "remap only works with absolute paths\n");
+ error (1, 0, "remap only works with absolute paths\n");
/* Skip heading slashes */
while (arg[0] == '/')