Skip to content

Commit bf1ba5c

Browse files
committed
Remove puts(myname) from source code.
1 parent f37794f commit bf1ba5c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/brr2wav.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ bool brr2wav (const char *path)
260260
void usage (void)
261261
{
262262
printf("%s %s: decodes snes brr into Microsoft WAVE.\n", APP_NAME, APP_VER);
263-
puts("programmed by gocha - http://gocha.s151.xrea.com/");
264263
puts("if you want more features, you may want to use snesbrr.");
265264
puts("");
266265
puts("Options:");

src/split700.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ bool split700 (const char *path)
276276
void usage (void)
277277
{
278278
printf("%s %s: extracts brr samples from spc dump.\n", APP_NAME, APP_VER);
279-
puts("programmed by gocha - http://gocha.s151.xrea.com/");
280279
puts("if you want to decode brr, try snesbrr. it's one of nice brr decoders.");
281280
puts("");
282281
puts("Options:");

0 commit comments

Comments
 (0)