1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Added some comments.

committer: mfx <mfx> 978705469 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2001-01-05 14:37:49 +00:00
parent 5b97d3ee09
commit ee69861fb5
2 changed files with 10 additions and 2 deletions

View File

@ -29,7 +29,7 @@
/*************************************************************************
//
// filter / scan
**************************************************************************/
static int F(Filter *f)
@ -158,6 +158,10 @@ static int F(Filter *f)
}
/*************************************************************************
// unfilter
**************************************************************************/
#ifdef U
static int U(Filter *f)
{

View File

@ -28,7 +28,7 @@
/*************************************************************************
//
// filter / scan
**************************************************************************/
static int F(Filter *f)
@ -157,6 +157,10 @@ static int F(Filter *f)
}
/*************************************************************************
// unfilter
**************************************************************************/
#ifdef U
static int U(Filter *f)
{