diff options
Diffstat (limited to 'src/rmd_rescue.c')
-rw-r--r-- | src/rmd_rescue.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rmd_rescue.c b/src/rmd_rescue.c index 84bcf4b..82bb8df 100644 --- a/src/rmd_rescue.c +++ b/src/rmd_rescue.c @@ -40,7 +40,8 @@ #include <stdlib.h> -int rmdRescue(const char *path) { +int rmdRescue(const char *path) +{ unsigned short width, height; ProgData pdata; EncData enc_data; |