projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
93dbb23
)
Don't use C++ comment syntax -- oops.
author
Tim Mann
<tim@tim-mann.org>
Tue, 28 Oct 2003 05:11:33 +0000 (
05:11
+0000)
committer
Tim Mann
<tim@tim-mann.org>
Tue, 28 Oct 2003 05:11:33 +0000 (
05:11
+0000)
backend.c
patch
|
blob
|
history
diff --git
a/backend.c
b/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