comparison recpt1/recpt1.c @ 15:1b0883b02b4f

fixed typo
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 24 Feb 2009 23:26:22 +0900
parents cad940a903f5
children ecb85bde67b1
comparison
equal deleted inserted replaced
14:cad940a903f5 15:1b0883b02b4f
292 fprintf(stderr, "Usage: \n%s [--b25 [--round N] [--strip] [--EMM]] [--udp [--addr hostname --port portnumber]] channel recsec destfile\n", cmd); 292 fprintf(stderr, "Usage: \n%s [--b25 [--round N] [--strip] [--EMM]] [--udp [--addr hostname --port portnumber]] channel recsec destfile\n", cmd);
293 fprintf(stderr, "\n"); 293 fprintf(stderr, "\n");
294 } 294 }
295 295
296 void 296 void
297 show_options(vod) 297 show_options(void)
298 { 298 {
299 fprintf(stderr, "Options:\n"); 299 fprintf(stderr, "Options:\n");
300 fprintf(stderr, "--b25: Decrypt using BCAS card\n"); 300 fprintf(stderr, "--b25: Decrypt using BCAS card\n");
301 fprintf(stderr, " --round N: Specify round number\n"); 301 fprintf(stderr, " --round N: Specify round number\n");
302 fprintf(stderr, " --strip: Strip null stream\n"); 302 fprintf(stderr, " --strip: Strip null stream\n");