mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Fixed trailing tokens after a #endif.
committer: mfx <mfx> 974916117 +0000
This commit is contained in:
parent
f1d51ab624
commit
95580cdc48
|
@ -26,7 +26,7 @@
|
||||||
jreiser@BitWagon.com
|
jreiser@BitWagon.com
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __UPX_P_LX_SEP_H // {
|
#ifndef __UPX_P_LX_SEP_H //{
|
||||||
#define __UPX_P_LX_SEP_H
|
#define __UPX_P_LX_SEP_H
|
||||||
|
|
||||||
#include "p_lx_elf.h"
|
#include "p_lx_elf.h"
|
||||||
|
@ -49,8 +49,7 @@ protected:
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif __UPX_P_LX_SEP_H //}
|
#endif //}__UPX_P_LX_SEP_H
|
||||||
#define __UPX_P_LX_SEP_H
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
vi:ts=4:et
|
vi:ts=4:et
|
||||||
|
|
Loading…
Reference in New Issue
Block a user