From d071f2c303e2286421d97c7b77bad47cf37f2d25 Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周一, 26 11月 2012 22:55:15 +0800
Subject: [PATCH] Netbeans project cleanup

---
 scpi/scpi_error.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/scpi/scpi_error.c b/scpi/scpi_error.c
index f72fdf6..5b67c5e 100644
--- a/scpi/scpi_error.c
+++ b/scpi/scpi_error.c
@@ -103,6 +103,8 @@
         case SCPI_ERROR_UNDEFINED_HEADER: return "Undefined header";
         case SCPI_ERROR_PARAMETER_NOT_ALLOWED: return "Parameter not allowed";
         case SCPI_ERROR_MISSING_PARAMETER: return "Missing parameter";
+        case SCPI_ERROR_INVALID_SUFFIX: return "Invalid suffix";
+        case SCPI_ERROR_SUFFIX_NOT_ALLOWED: return "Suffix not allowed";
         default: return "Unknown error";
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1