diff options
author | rubidium <rubidium@openttd.org> | 2014-10-12 18:41:53 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2014-10-12 18:41:53 +0000 |
commit | 771dcf3b7b15f58e1d6fb2795e7df3c00ebf2809 (patch) | |
tree | e7c1e9afe60baf165648954cde2110ad598aefbd /src/fontcache.cpp | |
parent | fddeeb5e49f5daee49d79210dcfa1c845ff4a0d5 (diff) | |
download | openttd-771dcf3b7b15f58e1d6fb2795e7df3c00ebf2809.tar.xz |
(svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comments
Diffstat (limited to 'src/fontcache.cpp')
-rw-r--r-- | src/fontcache.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fontcache.cpp b/src/fontcache.cpp index 0f949c544..45a1b28dc 100644 --- a/src/fontcache.cpp +++ b/src/fontcache.cpp @@ -141,8 +141,8 @@ void SpriteFontCache::InitializeUnicodeGlyphMap() byte key = _default_unicode_map[i].key; if (key == CLRA) { /* Clear the glyph. This happens if the glyph at this code point - * is non-standard and should be accessed by an SCC_xxx enum - * entry only. */ + * is non-standard and should be accessed by an SCC_xxx enum + * entry only. */ this->SetUnicodeGlyph(_default_unicode_map[i].code, 0); } else { SpriteID sprite = base + key - ASCII_LETTERSTART; |