10195501441 3 anni fa
parent
commit
1612e31060
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      yeeshell.c

+ 1
- 1
yeeshell.c Vedi File

@ -35,7 +35,7 @@ char *history[CMDLINE_HISTORY_MAX_QUANTITY];
int cmdline_amount = 0;
struct proc *proc = NULL, *prev_proc = NULL;
int nr_total = 0;
unsigned int nr_procs, nr_tasks;
int main()

Caricamento…
Annulla
Salva