summaryrefslogtreecommitdiff
path: root/gpib.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpib.c')
-rw-r--r--gpib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpib.c b/gpib.c
index 2d9d608..127ffa1 100644
--- a/gpib.c
+++ b/gpib.c
@@ -783,7 +783,7 @@ int GPIB_send_query_response(gpointer *ignore_this, char *in_string)
if (GPIB_response_already_pending()) { /* if MAV already, data will be lost. Set QYE bit in STB. */
queue_error_for_gpib_only(query_error_interrupted);
}
-
+
// needs to be freed
gchar *term_string = g_strdup_printf ("%s\n", in_string);