| commit | 6319367bdcbf5e5050632ab97973f5035d0dd8fa | [log] [tgz] |
|---|---|---|
| author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Sat Jun 08 07:01:13 2013 +0000 |
| committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Sat Jun 08 07:01:13 2013 +0000 |
| tree | 134e6abaec45aed48d636cc5736052a9042f7ed2 | |
| parent | e6469f10c8f9340032797316fd06ee2f109255ff [diff] [blame] |
Sanitizing source files in Housekeeper-Nightly git-svn-id: http://skia.googlecode.com/svn/trunk@9478 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/utils/SkLua.cpp b/src/utils/SkLua.cpp index e56e585..d1f2633 100644 --- a/src/utils/SkLua.cpp +++ b/src/utils/SkLua.cpp
@@ -618,7 +618,7 @@ static int lsk_newTypeface(lua_State* L) { const char* name = NULL; int style = SkTypeface::kNormal; - + int count = lua_gettop(L); if (count > 0 && lua_isstring(L, 1)) { name = lua_tolstring(L, 1, NULL);