Don't use C++ comment syntax -- oops.
authorTim Mann <tim@tim-mann.org>
Tue, 28 Oct 2003 05:11:33 +0000 (05:11 +0000)
committerTim Mann <tim@tim-mann.org>
Tue, 28 Oct 2003 05:11:33 +0000 (05:11 +0000)
backend.c

index 1a03a3f..690662d 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -6792,7 +6792,7 @@ ReloadCmailMsgEvent(unregister)
     /* Load first game in the file or popup game menu */
     LoadGameFromFile(inFilename, 0, appData.cmailGameName, TRUE);
 
-#endif // !WIN32
+#endif /* !WIN32 */
     return;
 }
 
@@ -6972,7 +6972,7 @@ MailMoveEvent()
     }
 
     return;
-#endif // !WIN32
+#endif /* !WIN32 */
 }
 
 char *
@@ -7050,7 +7050,7 @@ CmailMsg()
        }
     }
     return cmailMsg;
-#endif // WIN32
+#endif /* WIN32 */
 }
 
 void