From d92d50efc8828ba72b78ef6178aa7d5cd6a56b40 Mon Sep 17 00:00:00 2001 From: sezero Date: Fri, 10 Aug 2018 20:35:41 +0300 Subject: [PATCH] oeminit.h: fix 'extra tokens at end of #endif directive' warning --- swlibs/fxmisc/oeminit.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/swlibs/fxmisc/oeminit.h b/swlibs/fxmisc/oeminit.h index 29e407c..51038e0 100644 --- a/swlibs/fxmisc/oeminit.h +++ b/swlibs/fxmisc/oeminit.h @@ -94,5 +94,4 @@ typedef FxU32 (FX_CALL* FxOemSwapControlP)(OemInitInfo* oemInfo); typedef FxU32 (FX_CALL* FxOemSwapControlWrite)(OemInitInfo* oemInfo, FxU32* writeBuffer); -#endif __OEMINIT_H__ - +#endif /* __OEMINIT_H__ */