diff --git a/uxplay.cpp b/uxplay.cpp index 3eab045..b1dc419 100644 --- a/uxplay.cpp +++ b/uxplay.cpp @@ -471,7 +471,7 @@ int main (int argc, char *argv[]) { fprintf(stderr, "invalid \"-reset %s\"; -reset n must have n >= 0, default n = %d\n", argv[i], NTP_TIMEOUT_LIMIT); exit(1); } - } else { + } else { LOGE("unknown option %s, stopping\n",argv[i]); exit(1); }