From 5f39955d76686628f2a4244a12134d608ec1c6da Mon Sep 17 00:00:00 2001 From: giraffedata Date: Tue, 1 Jan 2008 00:36:15 +0000 Subject: cleanup git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@529 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/ppm/ppmtompeg/iframe.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'converter/ppm') diff --git a/converter/ppm/ppmtompeg/iframe.c b/converter/ppm/ppmtompeg/iframe.c index c6735505..17ddc7c0 100644 --- a/converter/ppm/ppmtompeg/iframe.c +++ b/converter/ppm/ppmtompeg/iframe.c @@ -72,8 +72,8 @@ * STATIC VARIABLES * *==================*/ -static int lastNumBits = 0; -static int lastIFrame = 0; +static int lastNumBits = 0; +static int lastIFrame = 0; static int numBlocks = 0; static int numBits; static int numFrames = 0; @@ -979,7 +979,3 @@ int32 time_elapsed(void) { return timeBuffer.tms_utime + timeBuffer.tms_stime; #endif } - - - - -- cgit 1.4.1