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