- fix warning

- fix svn properties

svn path=/trunk/; revision=25042
This commit is contained in:
Johannes Anderwald 2006-12-03 19:52:19 +00:00
parent 5a8d8453fc
commit 69b8ba7ca7

View file

@ -1,4 +1,5 @@
/*
/* $Id$
*
* MORE.C - external command.
*
* clone from 4nt more command
@ -84,7 +85,7 @@ int main (int argc, char **argv)
{
SHORT maxx,maxy;
SHORT line_count=0,ch_count=0;
INT i, last;
DWORD i, last;
HANDLE hFile = INVALID_HANDLE_VALUE;
TCHAR szFullPath[MAX_PATH];