summaryrefslogtreecommitdiffstats
path: root/games/atc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-06-30 19:10:49 +0000
committerbde <bde@FreeBSD.org>1998-06-30 19:10:49 +0000
commitcb8e733b14ce95ee791c5c30bdb635007d017c0b (patch)
tree2c07092c2d007b08c3c062b3f7ae9313d6492089 /games/atc
parentde8d2e85734bb002261ea6c0336fa6a4efa6e2f5 (diff)
downloadFreeBSD-src-cb8e733b14ce95ee791c5c30bdb635007d017c0b.zip
FreeBSD-src-cb8e733b14ce95ee791c5c30bdb635007d017c0b.tar.gz
Fixed printf format errors.
Diffstat (limited to 'games/atc')
-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