Browse Source

exr: remove double ;;

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n1.0
Paul B Mahol 13 years ago
parent
commit
fedefe4a87
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/exr.c

+ 1
- 1
libavcodec/exr.c View File

@@ -58,7 +58,7 @@ typedef struct EXRContext {
int uncompressed_size;

uint8_t *tmp;
int tmp_size;;
int tmp_size;
} EXRContext;

/**


Loading…
Cancel
Save