summaryrefslogtreecommitdiff
path: root/src/tangara/lua/file_iterator.hpp
diff options
context:
space:
mode:
authorailurux <ailuruxx@gmail.com>2024-05-10 13:27:01 +1000
committerailurux <ailuruxx@gmail.com>2024-05-10 13:27:01 +1000
commite06610f3a6d2bf034a20cc1b59fb25dc5efdda0a (patch)
treef01b8f0308824667fa5d8f4238159313b7b6e4ad /src/tangara/lua/file_iterator.hpp
parent0062eb9a9ea265c7802d3c4bc8c1cd043cefbea3 (diff)
downloadtangara-fw-e06610f3a6d2bf034a20cc1b59fb25dc5efdda0a.tar.gz
Minor fixes before PR
Diffstat (limited to 'src/tangara/lua/file_iterator.hpp')
-rw-r--r--src/tangara/lua/file_iterator.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tangara/lua/file_iterator.hpp b/src/tangara/lua/file_iterator.hpp
index 82d6f397..b803062c 100644
--- a/src/tangara/lua/file_iterator.hpp
+++ b/src/tangara/lua/file_iterator.hpp
@@ -11,7 +11,7 @@
#include "ff.h"
-namespace database {
+namespace lua {
// Note for when reading FILINFO, that we are in LFN mode:
// http://elm-chan.org/fsw/ff/doc/sfileinfo.html
@@ -42,4 +42,4 @@ class FileIterator {
auto iterate(bool reverse = false) -> bool;
};
-} // namespace database \ No newline at end of file
+} // namespace lua \ No newline at end of file