diff options
author | Eugene Mutavchi <emutavchi@productengine.com> | 2010-02-10 13:37:49 +0200 |
---|---|---|
committer | Eugene Mutavchi <emutavchi@productengine.com> | 2010-02-10 13:37:49 +0200 |
commit | ea9185e0dcfde046232cc2ce20d34171b96e37e5 (patch) | |
tree | 5e00d4e26cfd05dfce16b6ccc2e1a9322c2fb20d /indra | |
parent | ff2296723339af6a1aead36534565856221a467e (diff) |
Fixed linux build error - added skipped newline at end of file
--HG--
branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llui/lluicolortable.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/lluicolortable.cpp b/indra/llui/lluicolortable.cpp index ac765fc9d5..1b64ef3abe 100644 --- a/indra/llui/lluicolortable.cpp +++ b/indra/llui/lluicolortable.cpp @@ -329,4 +329,5 @@ void LLUIColorTable::insertFromParams(const Params& p) insertFromParams(p, mUserSetColors); } -// EOF
\ No newline at end of file +// EOF + |