diff options
author | rubidium <rubidium@openttd.org> | 2009-03-15 00:32:18 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-03-15 00:32:18 +0000 |
commit | c3e87f345ddd60082d6470f6401a1659094a3011 (patch) | |
tree | 776122508c686680b9c97f37ba3cb92ef905d67f /src/ai | |
parent | 332846e9e28924314443850b4ca646261882cca0 (diff) | |
download | openttd-c3e87f345ddd60082d6470f6401a1659094a3011.tar.xz |
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
Diffstat (limited to 'src/ai')
-rw-r--r-- | src/ai/ai_scanner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/ai_scanner.cpp b/src/ai/ai_scanner.cpp index afeaea404..a35055133 100644 --- a/src/ai/ai_scanner.cpp +++ b/src/ai/ai_scanner.cpp @@ -554,7 +554,7 @@ bool AIScanner::HasAI(const ContentInfo *ci, bool md5sum) * @param md5sum whether to check the MD5 checksum * @return true iff we have an AI (library) matching. */ -/*static */ bool AI::HasAI(const ContentInfo *ci, bool md5sum) +/* static */ bool AI::HasAI(const ContentInfo *ci, bool md5sum) { return AI::ai_scanner->HasAI(ci, md5sum); } |