Skip to content

Commit

Permalink
Remove puts(myname) from source code.
Browse files Browse the repository at this point in the history
  • Loading branch information
gocha committed Jun 29, 2014
1 parent f37794f commit bf1ba5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/brr2wav.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ bool brr2wav (const char *path)
void usage (void)
{
printf("%s %s: decodes snes brr into Microsoft WAVE.\n", APP_NAME, APP_VER);
puts("programmed by gocha - http://gocha.s151.xrea.com/");
puts("if you want more features, you may want to use snesbrr.");
puts("");
puts("Options:");
Expand Down
1 change: 0 additions & 1 deletion src/split700.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ bool split700 (const char *path)
void usage (void)
{
printf("%s %s: extracts brr samples from spc dump.\n", APP_NAME, APP_VER);
puts("programmed by gocha - http://gocha.s151.xrea.com/");
puts("if you want to decode brr, try snesbrr. it's one of nice brr decoders.");
puts("");
puts("Options:");
Expand Down

0 comments on commit bf1ba5c

Please sign in to comment.