X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/1cc5fc775e2a5dbd41cb968fa141be6647d1282a..46cf1b673efc9fb9cb84c70a86024d76762c3444:/src/curses.c diff --git a/src/curses.c b/src/curses.c index f4e70d2..dc870de 100644 --- a/src/curses.c +++ b/src/curses.c @@ -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";