Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/brr2wav.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* @author gocha <http://github.com/gocha>
*/


#define NOMINMAX

#include <stdio.h>
Expand All @@ -29,7 +28,7 @@
#endif

#define APP_NAME "brr2wav"
#define APP_VER "[2015-11-04]"
#define APP_VER "[2016-07-20]"
#define APP_URL "http://github.com/gocha/split700"

uint8_t * readfile(const std::string & filename)
Expand Down Expand Up @@ -157,7 +156,7 @@ static void usage(const char * progname)
printf("Usage\n");
printf("-----\n");
printf("\n");
printf("Syntax: `%s [options] [spc files]`\n", progname);
printf("Syntax: `%s [options] [brr file]`\n", progname);
printf("\n");

printf("### Options\n");
Expand Down