Skip to content
Snippets Groups Projects
Commit 6bded646 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Fix format of zaxis.

parent ee0603d0
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment