author | francesco-ST <francesco.abbate@st.com> | 2010年09月23日 18:18:07 +0200 |
---|---|---|
committer | francesco-ST <francesco.abbate@st.com> | 2010年09月23日 18:18:07 +0200 |
commit | 16800ab30b0f9c2ef352fa0509ddfd6091917270 (patch) | |
tree | 2f1dbdb78c7d9c0041c532a984e6986cea89cdb4 /agg-plot/lua-cpp-utils.h | |
parent | e82a04315810be635ccb66840fab5de8a5138556 (diff) | |
download | gsl-shell-16800ab30b0f9c2ef352fa0509ddfd6091917270.tar.gz |
-rw-r--r-- | agg-plot/lua-cpp-utils.h | 2 |
diff --git a/agg-plot/lua-cpp-utils.h b/agg-plot/lua-cpp-utils.h index 559cb97b..8621c1f2 100644 --- a/agg-plot/lua-cpp-utils.h +++ b/agg-plot/lua-cpp-utils.h @@ -28,7 +28,7 @@ T* push_new_object (lua_State *L, enum gs_type_e tp) catch (std::bad_alloc&) { luaL_error (L, "out of memory"); - } + } return 0; } |