diff options
author | Tim Angus <tim@ngus.net> | 2009-11-01 20:17:11 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:17:17 +0000 |
commit | e63db381fcc28cfcf20f3293b055f494982bd13a (patch) | |
tree | 6effcf7a93832a1f7d21c1f45e01fd1854155752 /src | |
parent | 43481d27c1935ed897a994e3ddd094d6bcf8f04d (diff) |
* Whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/ui_shared.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/ui_shared.c b/src/ui/ui_shared.c index 3ffe8676..817f573e 100644 --- a/src/ui/ui_shared.c +++ b/src/ui/ui_shared.c @@ -1949,7 +1949,7 @@ float UI_Text_Width( const char *text, float scale, int limit ) } if( UI_Text_IsEmoticon( s, &emoticonEscaped, &emoticonLen, - NULL, &emoticonWidth ) ) + NULL, &emoticonWidth ) ) { if( emoticonEscaped ) s++; @@ -2137,7 +2137,7 @@ static void UI_Text_Paint_Generic( float x, float y, float scale, float gapAdjus } if( UI_Text_IsEmoticon( s, &emoticonEscaped, &emoticonLen, - &emoticonHandle, &emoticonWidth ) ) + &emoticonHandle, &emoticonWidth ) ) { if( emoticonEscaped ) s++; |