From bc16f5767eb296311ad8ce37ee928ae67746d0ee Mon Sep 17 00:00:00 2001 From: deuce <> Date: Fri, 24 Aug 2012 22:28:16 +0000 Subject: [PATCH] Add trailing newline. --- src/encode/lzh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/encode/lzh.h b/src/encode/lzh.h index c1ec204319..78c3ade362 100644 --- a/src/encode/lzh.h +++ b/src/encode/lzh.h @@ -74,4 +74,4 @@ LZHEXPORT int32_t LZHCALL lzh_decode(uint8_t *inbuf, int32_t inlen, uint8_t *out #pragma aux lzh_decode "_*" #endif -#endif /* Do not add anything after this line */ \ No newline at end of file +#endif /* Do not add anything after this line */ -- GitLab