mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-10-13 21:25:07 -07:00
fixing minor bugs with single unit compilation in gcc with flags on
This commit is contained in:
@@ -17,7 +17,7 @@ void execute(char *input) {
|
||||
void shell_loop()
|
||||
{
|
||||
char input[256];
|
||||
int index = 0;
|
||||
size_t index = 0;
|
||||
char c;
|
||||
|
||||
while (1)
|
||||
|
Reference in New Issue
Block a user