From 11c61d492756f6f74a593bd0c323cf82978cb8b8 Mon Sep 17 00:00:00 2001 From: Logan007 Date: Thu, 11 Jun 2020 18:05:36 +0545 Subject: [PATCH] added portable endian code --- portable_endian.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/portable_endian.h b/portable_endian.h index 1b27491..bbabf19 100644 --- a/portable_endian.h +++ b/portable_endian.h @@ -222,5 +222,3 @@ # error platform not supported #endif - -#endif