From 697414b42a36a0c529bd1c95d82c81a09bfb0ec9 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周二, 04 12月 2012 19:08:55 +0800 Subject: [PATCH] Update README - syntax correction and cleanup --- 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