diff options
Diffstat (limited to 'contrib/puff/puff.c')
-rw-r--r-- | contrib/puff/puff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/puff/puff.c b/contrib/puff/puff.c index b6039dd..a30fb17 100644 --- a/contrib/puff/puff.c +++ b/contrib/puff/puff.c | |||
@@ -805,7 +805,7 @@ local unsigned char *yank(char *name, unsigned long *len) | |||
805 | buf = NULL; | 805 | buf = NULL; |
806 | } | 806 | } |
807 | fclose(in); | 807 | fclose(in); |
808 | *len = size; | 808 | *len = size; |
809 | return buf; | 809 | return buf; |
810 | } | 810 | } |
811 | 811 | ||