Skip to content

Commit f391f27

Browse files
committed
fixed casing
1 parent 078f390 commit f391f27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/programs/stdlib/src/stdio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "stdio.h"
2-
#include "VIOS.h"
2+
#include "vios.h"
33
#include "stdlib.h"
44
#include <stdarg.h>
55
int putchar(int c)

0 commit comments

Comments
 (0)