From edf4f2883a71e71b5dd27243d1128647e00f40ee Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 摹曛, 19 3月 2015 03:33:52 +0800
Subject: [PATCH] Update documentation

---
 libscpi/src/debug.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libscpi/src/debug.c b/libscpi/src/debug.c
index 0b85247..15c050c 100644
--- a/libscpi/src/debug.c
+++ b/libscpi/src/debug.c
@@ -42,7 +42,7 @@
  * @param context
  * @return 
  */
-bool_t SCPI_DebugCommand(scpi_t * context) {
+scpi_bool_t SCPI_DebugCommand(scpi_t * context) {
 	size_t res;
 	printf("**DEBUG: %s (\"", context->param_list.cmd->pattern);
 	res = fwrite(context->param_list.lex_state.buffer, 1, context->param_list.lex_state.len, stdout);

--
Gitblit v1.9.1