1
0
Fork 0

bracesless blocks are peanuts! It's forgotten "else" that do real harm. :-)

This commit is contained in:
mfranz 2006-07-12 20:54:27 +00:00
parent 674df0c4cd
commit 722fb05ce7

View file

@ -168,7 +168,7 @@ HUD::Label::Format HUD::Label::check_format(const char *f) const
if (*f == 'd')
fmt = l ? LONG : INT;
if (*f == 'f')
else if (*f == 'f')
fmt = l ? DOUBLE : FLOAT;
else if (*f == 's') {
if (l)