Signed-off-by: Nathan Hintz <nlhi...@hotmail.com> --- main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/main.c b/main.c index 8dc352e..e71dd79 100644 --- a/main.c +++ b/main.c @@ -238,7 +238,7 @@ int main(int argc, char **argv) case 'K': case 's': fprintf(stderr, "uhttpd: TLS support not compiled, " - "ignoring -%c\n", opt); + "ignoring -%c\n", ch); break; #endif case 'p': @@ -376,7 +376,7 @@ int main(int argc, char **argv) case 'l': case 'L': fprintf(stderr, "uhttpd: Lua support not compiled, " - "ignoring -%c\n", opt); + "ignoring -%c\n", ch); break; #endif #ifdef HAVE_UBUS @@ -396,7 +396,7 @@ int main(int argc, char **argv) case 'u': case 'U': fprintf(stderr, "uhttpd: UBUS support not compiled, " - "ignoring -%c\n", opt); + "ignoring -%c\n", ch); break; #endif default: -- 1.8.3.1 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel