diff --git a/app/printinfo.h b/app/printinfo.h
index 992f25f933bcd139d3d8a181962cda1f2de4684a..a5866e6cfadc27a9a38a2bffa559b67d1ffccb76 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);