]> git.draconx.ca Git - rrace.git/commitdiff
Remove some stray C++-style // comments.
authorNick Bowler <nbowler@draconx.ca>
Sun, 7 Jan 2024 03:20:44 +0000 (22:20 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sun, 7 Jan 2024 03:23:00 +0000 (22:23 -0500)
A couple of these slipped in by mistake.

src/curses.c
src/motif.c

index f4e70d23899e8dd9ad1ad52b50f1f9932bbd895b..dc870de7767d482d5617c0754c64e947a7a293d9 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Curses UI for slide puzzle game
- * Copyright © 2022-2023 Nick Bowler
+ * Copyright © 2022-2024 Nick Bowler
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -32,7 +32,7 @@
 #include "cursesopt.h"
 
 enum {
-       GAME_YPOS = 1 // top row of game and goal areas.
+       GAME_YPOS = 1 /* top row of game and goal areas. */
 };
 
 static const char *progname = "rrace";
index 8b0fa4113d9139e6019abc8ced27fac3485b8859..d1bc9803cd7bedb5c3b059c7645c3844c5eaed49 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * X11 GUI for slide puzzle game
- * Copyright © 2022-2023 Nick Bowler
+ * Copyright © 2022-2024 Nick Bowler
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -44,7 +44,7 @@ static const char *progname = PROGNAME;
 
 static char * const default_resources[] = {
        "*title: RRace",
-       "*game.height: 371", // 365 + 2*shadowThickness
+       "*game.height: 371", /* 365 + 2*shadowThickness */
        "*game.width: 498",
 
        "*game.XmFrame.shadowThickness: 3",