From b4a429729774f91ff259fe17d256b00134bc9f1f Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Tue, 16 Oct 2012 15:54:42 -0400 Subject: astyle fixes --- gpib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpib.c') 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); -- cgit