diff options
author | Tim Angus <tim@ngus.net> | 2009-10-11 01:04:07 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:46 +0000 |
commit | 9d8cf617d4a9c318e8c07f717df60973c4ec274c (patch) | |
tree | cc412c11e7074f25c45aa2c1f20f37ad336e15a3 /src/ui/ui_shared.c | |
parent | 19ec3ab02940f56b4e927ff0e67ebcbab718ceb4 (diff) |
* Whitespace/floating point tweaks
Diffstat (limited to 'src/ui/ui_shared.c')
-rw-r--r-- | src/ui/ui_shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui_shared.c b/src/ui/ui_shared.c index 28eb8758..25bbff2a 100644 --- a/src/ui/ui_shared.c +++ b/src/ui/ui_shared.c @@ -1834,7 +1834,7 @@ void Script_playLooped( itemDef_t *item, char **args ) } qboolean UI_Text_Emoticon( const char *s, qboolean *escaped, - int *length, qhandle_t *h, int *width ) + int *length, qhandle_t *h, int *width ) { char name[ MAX_EMOTICON_NAME_LEN ] = {""}; const char *p = s; |