about summary refs log tree commit diff
path: root/converter/ppm/ppmtompeg/combine.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/ppm/ppmtompeg/combine.c')
-rw-r--r--converter/ppm/ppmtompeg/combine.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/converter/ppm/ppmtompeg/combine.c b/converter/ppm/ppmtompeg/combine.c
index 341bb5dc..52cc646d 100644
--- a/converter/ppm/ppmtompeg/combine.c
+++ b/converter/ppm/ppmtompeg/combine.c
@@ -110,7 +110,6 @@ appendSpecifiedGopFiles(struct inputSource * const inputSourceP,
              nAttempts < READ_ATTEMPTS && !ifP;
              ++nAttempts) {
 
-            FILE * ifP;
             ifP = fopen(fileName, "rb");
             if (ifP == NULL) {
                 pm_message("ERROR:  Couldn't read file '%s'.  retry %u",