diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-16 15:54:42 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-16 15:54:42 -0400 |
commit | b4a429729774f91ff259fe17d256b00134bc9f1f (patch) | |
tree | 6d3bb2a7e52e1e7bbd4b966c259ef9ee00d52d64 /gpib.c | |
parent | 2d7d559d9536551dd21e116fe9c3806b8d72f690 (diff) |
astyle fixes
Diffstat (limited to 'gpib.c')
-rw-r--r-- | gpib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |