diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-31 07:25:40 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-31 07:25:40 -0400 |
commit | 70369cf4cbce7759601f5ba9f9072215f9738f40 (patch) | |
tree | 7b7e0ed704403873f2a1e88e0f6b216c83388207 /error_utils.c | |
parent | fa271a2dd53a45cc1ed431e16a1c94fac17fbb63 (diff) |
misc warning fixes; use more g_str functions
Diffstat (limited to 'error_utils.c')
-rw-r--r-- | error_utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/error_utils.c b/error_utils.c index 63dece8..34b7091 100644 --- a/error_utils.c +++ b/error_utils.c @@ -131,8 +131,6 @@ void queue_error_for_gpib_only(int error_num) } -void queue_error_and_display_on_LCD(int error_num); - void queue_error_and_display_on_LCD(int error_num) { gchar* response = NULL; |