From 132f5edfbd0c5f843deda910974fc7c2d1e52440 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Fri, 7 Feb 2014 21:14:43 +0000 Subject: tool_getparam: Added support for parsing of specific URL options --- src/tool_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tool_main.c') diff --git a/src/tool_main.c b/src/tool_main.c index 9fde71807..ecf9f9f38 100644 --- a/src/tool_main.c +++ b/src/tool_main.c @@ -196,7 +196,7 @@ int main(int argc, char *argv[]) tool_pressanykey(); #endif - /* Free the config structure */ + /* Free the config structures */ config_free(config); config = NULL; } -- cgit v1.2.3