From 95580cdc48312f46888e528e67193d81c7b9ca25 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Wed, 22 Nov 2000 18:01:57 +0000 Subject: [PATCH] Fixed trailing tokens after a #endif. committer: mfx 974916117 +0000 --- src/p_lx_sep.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/p_lx_sep.h b/src/p_lx_sep.h index 236fb6fe..b007060a 100644 --- a/src/p_lx_sep.h +++ b/src/p_lx_sep.h @@ -26,7 +26,7 @@ jreiser@BitWagon.com */ -#ifndef __UPX_P_LX_SEP_H // { +#ifndef __UPX_P_LX_SEP_H //{ #define __UPX_P_LX_SEP_H #include "p_lx_elf.h" @@ -49,8 +49,7 @@ protected: }; -#endif __UPX_P_LX_SEP_H //} -#define __UPX_P_LX_SEP_H +#endif //}__UPX_P_LX_SEP_H /* vi:ts=4:et