Commit fedefe4a authored by Paul B Mahol's avatar Paul B Mahol

exr: remove double ;;

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 10338073
......@@ -58,7 +58,7 @@ typedef struct EXRContext {
int uncompressed_size;
uint8_t *tmp;
int tmp_size;;
int tmp_size;
} EXRContext;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment