Skip to content

Commit 33d33d2

Browse files
authored
fixed a variable type typo
1 parent 4768a01 commit 33d33d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ kernel_main()
3838
vgaBuffer[11] = 64;
3939

4040
int vgaBufferPos = 12;
41-
const car *message = " world!";
41+
const char *message = " world!";
4242
// Prints the message
4343
int i = 0;
4444
while (message[i] != '\0') {

0 commit comments

Comments
 (0)