diff src/help2.cc @ 107:20aa5a515896

Reformat one line /* */ comments to //
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 06 Oct 2014 12:42:55 +0300
parents 2f1ecc1c5f72
children
line wrap: on
line diff
--- a/src/help2.cc	Mon Oct 06 12:30:57 2014 +0300
+++ b/src/help2.cc	Mon Oct 06 12:42:55 2014 +0300
@@ -78,7 +78,7 @@
     NULL
 };
 
-void DisplayHelp()                /* SWAP! */
+void DisplayHelp()                // SWAP!
 {
     int x0;
     int y0;
@@ -97,7 +97,7 @@
     height = lines * FONTH + 2 * BOX_BORDER;
     x0 = (cfg.ScrMaxX + 1 - width) / 2;
     y0 = (cfg.ScrMaxY + 1 - height) / 2;
-    /* put in the instructions */
+    // put in the instructions
     DrawScreenBox3D(x0, y0, x0 + width - 1, y0 + height - 1);
     set_colour(LIGHTCYAN);
     DrawScreenText(x0 + BOX_BORDER + (width - 5 * FONTW) / 2,