From 67a11b69a94cee949bf767e40401289b8f940360 Mon Sep 17 00:00:00 2001 From: MissValeska Date: Sun, 17 Aug 2014 07:56:02 -0700 Subject: [PATCH] Function argument correction --- src/ntk-console-bindings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ntk-console-bindings.c b/src/ntk-console-bindings.c index e9163aa..f114258 100644 --- a/src/ntk-console-bindings.c +++ b/src/ntk-console-bindings.c @@ -78,7 +78,7 @@ void opensocket(void) { /* Sends a parsed response to the ntk console client. */ -void send_response(char response[REQUEST_LENGTH]) { +void send_response(char response[REQUEST_LENGTH], ...) { int response_length; response_length = (int)strlen(response);