aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_client.h
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-11-05 14:16:19 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-11-05 14:16:19 +0100
commit9db80fc6f0de320da3d5ee6d0d17c2ef38a9ac4b (patch)
treeba62ed9ac03bd6769a167eb890533d1ec769f4fd /src/script/lua_api/l_client.h
parent91ad0d049706ed2892ba728cb8cad48480908027 (diff)
downloaddragonfireclient-9db80fc6f0de320da3d5ee6d0d17c2ef38a9ac4b.tar.xz
Run Lint Script05-11-2020
Diffstat (limited to 'src/script/lua_api/l_client.h')
-rw-r--r--src/script/lua_api/l_client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/lua_api/l_client.h b/src/script/lua_api/l_client.h
index 1cac0ec1f..845f09bc9 100644
--- a/src/script/lua_api/l_client.h
+++ b/src/script/lua_api/l_client.h
@@ -126,8 +126,8 @@ private:
// get_objects_inside_radius(pos, radius)
static int l_get_objects_inside_radius(lua_State *L);
- //make_screenshot()
- static int l_make_screenshot(lua_State *L);
+ // make_screenshot()
+ static int l_make_screenshot(lua_State *L);
public:
static void Initialize(lua_State *L, int top);