aboutsummaryrefslogtreecommitdiff
path: root/name.c
diff options
context:
space:
mode:
Diffstat (limited to 'name.c')
-rw-r--r--name.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/name.c b/name.c
index 9162b3c..89d2538 100644
--- a/name.c
+++ b/name.c
@@ -25,7 +25,7 @@ main(int argc, char *argv[])
/* Allocate memory. */
for(i = 0; i < MAXFILES; i++)
- if(!(froms[i]=malloc(MAXFILE)) || !(tos[i]=malloc(MAXFILE)))
+ if(!(froms[i] = malloc(MAXFILE)) || !(tos[i] = malloc(MAXFILE)))
err(1, "malloc");
if(!(tmp = malloc(MAXLINE*4)))
err(1, "malloc");