From 932061c92277c46278b2b4027e1fdb873e1bc19b Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周二, 04 12月 2012 18:28:17 +0800
Subject: [PATCH] Update README - file structure

---
 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