From 723ca5dcfb59096bc9baa8084ebf8ceabb50a9d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20O=2E=20Sel=C3=A5sdal?= Date: Mon, 23 Jun 2014 02:15:26 +0200 Subject: [PATCH] Fix header guard in read_file.h --- include/ucore/read_file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ucore/read_file.h b/include/ucore/read_file.h index 26e4987..e105b45 100644 --- a/include/ucore/read_file.h +++ b/include/ucore/read_file.h @@ -1,5 +1,5 @@ #ifndef UC_READ_FILE_H_ -#define UC_READ_FILE_H_y +#define UC_READ_FILE_H_ #include