diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-14 14:48:07 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-14 14:48:07 +0200 |
commit | 7d24fb298abbc517c1c0ca185087fd9233a3b687 (patch) | |
tree | 22ad97cc93930cea7a1fe18b26c922431252fc4a /src/tools.cpp | |
parent | 9589d1941671818f78d9894cfc9485054d62d122 (diff) | |
download | lanes-7d24fb298abbc517c1c0ca185087fd9233a3b687.tar.gz lanes-7d24fb298abbc517c1c0ca185087fd9233a3b687.tar.bz2 lanes-7d24fb298abbc517c1c0ca185087fd9233a3b687.zip |
Almost nothing
Diffstat (limited to 'src/tools.cpp')
-rw-r--r-- | src/tools.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools.cpp b/src/tools.cpp index 3e6224a..0cfe1ab 100644 --- a/src/tools.cpp +++ b/src/tools.cpp | |||
@@ -523,4 +523,3 @@ int luaG_nameof(lua_State* L_) | |||
523 | lua_replace(L_, -3); // L_: "type" "result" | 523 | lua_replace(L_, -3); // L_: "type" "result" |
524 | return 2; | 524 | return 2; |
525 | } | 525 | } |
526 | \ No newline at end of file | ||