From b25a4f8231f3ded44038ea454a3d4c6a2dc9217d Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 15 Mar 2009 00:32:18 +0000 Subject: (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too --- src/strings.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/strings.cpp') diff --git a/src/strings.cpp b/src/strings.cpp index 93fdac5cb..07bd67c1b 100644 --- a/src/strings.cpp +++ b/src/strings.cpp @@ -180,7 +180,7 @@ void InjectDParam(uint amount) memmove(_decode_parameters + amount, _decode_parameters, sizeof(_decode_parameters) - amount * sizeof(uint64)); } -// TODO +/* TODO */ static char *FormatCommaNumber(char *buff, int64 number, const char *last) { uint64 divisor = 10000000000000000000ULL; @@ -216,7 +216,7 @@ static char *FormatCommaNumber(char *buff, int64 number, const char *last) return buff; } -// TODO +/* TODO */ static char *FormatNoCommaNumber(char *buff, int64 number, const char *last) { uint64 divisor = 10000000000000000000ULL; @@ -465,7 +465,7 @@ static int DeterminePluralForm(int64 count) static const char *ParseStringChoice(const char *b, uint form, char *dst, int *dstlen) { - // {Length of each string} {each string} + /* {Length of each string} {each string} */ uint n = (byte)*b++; uint pos, i, mylen = 0, mypos = 0; @@ -1320,8 +1320,8 @@ bool ReadLanguagePack(int lang_index) return true; } -/* Win32 implementation in win32.cpp. */ -/* OS X implementation in os/macosx/macos.mm. */ +/* Win32 implementation in win32.cpp. + * OS X implementation in os/macosx/macos.mm. */ #if !(defined(WIN32) || defined(__APPLE__)) /** Determine the current charset based on the environment * First check some default values, after this one we passed ourselves -- cgit v1.2.3-54-g00ecf