-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; } |