From 6bded64662e85002bf6f9e3d52626c7d38eb9fc6 Mon Sep 17 00:00:00 2001 From: Uwe Schulzweida <uwe.schulzweida@mpimet.mpg.de> Date: Thu, 22 Dec 2016 20:40:38 +0100 Subject: [PATCH] Fix format of zaxis. --- app/printinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/printinfo.h b/app/printinfo.h index 992f25f93..a5866e6cf 100644 --- a/app/printinfo.h +++ b/app/printinfo.h @@ -506,7 +506,7 @@ void printZaxisInfo(int vlistID) set_text_color(stdout, RESET, BLUE); #endif if ( zaxistype == ZAXIS_GENERIC && ltype != 0 ) - fprintf(stdout, "%-12s (ltype=%3d) :", zaxisname, ltype); + fprintf(stdout, "%-12s (ltype=%3d)", zaxisname, ltype); else fprintf(stdout, "%-24s", zaxisname); my_reset_text_color(stdout); -- GitLab