From 2ecafa09c47312ea3174d028961a3de9d9fbc9da Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周二, 04 12月 2012 18:47:43 +0800 Subject: [PATCH] Add missing function prototype - SCPI_ParamText --- scpi/scpi_debug.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/scpi/scpi_debug.c b/scpi/scpi_debug.c index bf8baf5..49ff886 100644 --- a/scpi/scpi_debug.c +++ b/scpi/scpi_debug.c @@ -43,7 +43,6 @@ * @return */ bool_t SCPI_DebugCommand(scpi_t * context) { - (void) context; printf("**DEBUG: %s (\"", context->paramlist.cmd->pattern); fwrite(context->paramlist.parameters, 1, context->paramlist.length, stdout); printf("\" - %ld)\r\n", context->paramlist.length); -- Gitblit v1.9.1