From f9d2d27ff67b6cecf9b969617bc2355bb9e2273c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 12 Jan 2018 09:02:08 +0100 Subject: fix typo in stdout.h include guard --- include/posix/driver/stdout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/posix/driver/stdout.h') diff --git a/include/posix/driver/stdout.h b/include/posix/driver/stdout.h index cf8d881..b21ad56 100644 --- a/include/posix/driver/stdout.h +++ b/include/posix/driver/stdout.h @@ -1,5 +1,5 @@ #ifndef STANDARDOUTPUT_H -#define STANDANDOUTPUT_H +#define STANDARDOUTPUT_H #include "object/outputstream.h" -- cgit v1.2.3