(svn r6195) -Codechange: do not use '//' in '/* ... */' style comments and '/*' or '*/' in '//' style comments.

This commit is contained in:
rubidium
2006-08-28 10:14:37 +00:00
parent a2bde2d6c5
commit bee83fb3e4
7 changed files with 45 additions and 41 deletions

View File

@@ -75,7 +75,7 @@ void DeleteCustomEngineNames(void)
void LoadCustomEngineNames(void)
{
// XXX: not done */
/* XXX: not done */
DEBUG(misc, 1) ("LoadCustomEngineNames: not done");
}