Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
Update kernel.c
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinAlavik authored Feb 22, 2024
1 parent 0b0acfe commit 6c6fa09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel/kernel.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ int main() {
printf("%s\n\n", motd->content);

for(int i == 0; i < rd->files; i++) {
struct File curFile = rq->content->files[i];
struct File curFile = rd->content->files[i];

printf("%s\n", curFile.name);
printf("\t%s\n\n", curFile.content);
Expand Down

0 comments on commit 6c6fa09

Please sign in to comment.