summaryrefslogtreecommitdiff
path: root/src/util/file
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/file')
-rw-r--r--src/util/file/file.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/file/file.h b/src/util/file/file.h
index 13a4165..e53390d 100644
--- a/src/util/file/file.h
+++ b/src/util/file/file.h
@@ -7,7 +7,7 @@
#include <stdio.h>
#else
#ifdef NAUNET_ON_WINDOWS
-// TODO
+// @TODO:
#else
#include <dirent.h>
#include <fcntl.h>
@@ -35,7 +35,7 @@ struct nn_file {
FILE *file;
#else
#ifdef NAUNET_ON_WINDOWS
- // TODO
+ // @TODO:
#else
s32 fd;
#endif
@@ -48,7 +48,7 @@ struct nn_dir {
#ifdef NAUNET_NEEDS_STDIO_ASSIST
#else
#ifdef NAUNET_ON_WINDOWS
- // TODO
+ // @TODO:
#else
DIR *dir;
#endif