From 224706b56ca7c1ef32e5a917ba9dc86312f1a565 Mon Sep 17 00:00:00 2001 From: Raphael Assenat Date: Sun, 6 Dec 2015 16:40:50 -0500 Subject: [PATCH] gcn64ctl cosmetic fixes --- tool/main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tool/main.c b/tool/main.c index a86ecd2..42590bf 100644 --- a/tool/main.c +++ b/tool/main.c @@ -37,7 +37,7 @@ static void printUsage(void) { printf("./gcn64_ctl [OPTION]... [COMMAND]....\n"); - printf("Control tool for WUSBmote adapter. Version %s\n", VERSION_STR); + printf("Control tool for GC/N64 to USB adapter. Version %s\n", VERSION_STR); printf("\n"); printf("Options:\n"); printf(" -h, --help Print help\n"); @@ -288,8 +288,6 @@ int main(int argc, char **argv) return 1; } - printf("Ready.\n"); - optind = 1; while((opt = getopt_long(argc, argv, short_optstr, longopts, NULL)) != -1) {