From 58240b0509d11b09ce2994b88308650e7cfb93bd Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Mon, 6 Jun 2022 00:11:11 +0200 Subject: game and keyboard small fix --- src/c/shell/neofetch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/c/shell/neofetch.c') diff --git a/src/c/shell/neofetch.c b/src/c/shell/neofetch.c index 4cfc250..87bff6a 100644 --- a/src/c/shell/neofetch.c +++ b/src/c/shell/neofetch.c @@ -9,7 +9,7 @@ void neofetch(void) { set_color(VGA_COLOR_WHITE,VGA_COLOR_BLACK); printf(" . "); printf("Dobrodosli u moj \n"); - printf(" J:L (\"\"\") "); printf("operativni sistem :) \n"); + printf(" A:A (\"\"\") "); printf("operativni sistem :) \n"); printf(" |:| III "); printf("Uzivajte! \n"); printf(" |:| III "); printf(" \n"); printf(" |:| III "); printf("Welcome to my \n"); @@ -25,7 +25,7 @@ void neofetch(void) printf(" III |:| "); printf(" \n"); printf(" III |:| "); printf(" \n"); printf(" III |:| "); printf("napravio/made by: \n"); - printf(" (___) J:F "); printf("Aleksa Vuckovic \n"); + printf(" (___) V:V "); printf("Aleksa Vuckovic \n"); printf(" \" "); printf(" \n"); for(size_t i=0;i<16;i++) -- cgit v1.2.3