]> git.draconx.ca Git - rrace.git/blobdiff - src/curses.c
Remove some stray C++-style // comments.
[rrace.git] / src / curses.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";