diff options
Diffstat (limited to 'boot/catboot.c')
| -rw-r--r-- | boot/catboot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/catboot.c b/boot/catboot.c index b36bb97..56aaeb6 100644 --- a/boot/catboot.c +++ b/boot/catboot.c @@ -39,8 +39,8 @@ read_file(const ascii* path) return file_data; } -integer -main(const integer argc, const ascii* argv[]) +int32 +main(const int32 argc, const ascii* argv[]) { if (argc != 2) { printf("usage: catboot <filename>\n"); |
