Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cxong/tinydir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCong <congusbongus@gmail.com>2016-07-08 05:29:15 +0300
committerGitHub <noreply@github.com>2016-07-08 05:29:15 +0300
commitfc6c307b14ee6157285b957c32be1cbad2ed4938 (patch)
tree9a57baefd7dcf67802b893e17bdbef5118a680e8
parentf16845d88ac190c48ce73247d581a941d6d799c5 (diff)
Update list_to_file.c
-rw-r--r--samples/list_to_file.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/samples/list_to_file.c b/samples/list_to_file.c
index cb57092..f1e3508 100644
--- a/samples/list_to_file.c
+++ b/samples/list_to_file.c
@@ -1,10 +1,8 @@
-#include <stdio.h>
+#include <stdio.h>
-#ifndef TINYDIR_H
#define _UNICODE
#define UNICODE
#include "tinydir.h"
-#endif
char bom[] = "\xFF\xFE";