diff options
Diffstat (limited to 'fs/isofs/util.c')
-rw-r--r-- | fs/isofs/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/isofs/util.c b/fs/isofs/util.c index 42544bf0e222..e88dba721661 100644 --- a/fs/isofs/util.c +++ b/fs/isofs/util.c | |||
@@ -16,7 +16,7 @@ | |||
16 | * to GMT. Thus we should always be correct. | 16 | * to GMT. Thus we should always be correct. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | int iso_date(char * p, int flag) | 19 | int iso_date(u8 *p, int flag) |
20 | { | 20 | { |
21 | int year, month, day, hour, minute, second, tz; | 21 | int year, month, day, hour, minute, second, tz; |
22 | int crtime; | 22 | int crtime; |