summaryrefslogtreecommitdiffstats
path: root/games/atc/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/atc/main.c')
-rw-r--r--games/atc/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/atc/main.c b/games/atc/main.c
index a156536..115a916 100644
--- a/games/atc/main.c
+++ b/games/atc/main.c
@@ -109,8 +109,7 @@ main(ac, av)
av++;
break;
default:
- fprintf(stderr, "Unknown option '%c'\n", *ptr,
- name);
+ fprintf(stderr, "Unknown option '%c'\n", *ptr);
f_usage++;
break;
}
OpenPOWER on IntegriCloud