diff --git a/kinclude/sched.h b/kinclude/sched.h index 5cf7b1e..e811e8b 100644 --- a/kinclude/sched.h +++ b/kinclude/sched.h @@ -8,7 +8,7 @@ enum process_status { PROC_RDY = 1, PROC_WAIT_PROC = 2, PROC_WAIT_SLEEP = 3, -} +}; // process structure: typedef struct ProcessControlBlock ProcessControlBlock;