diff --git a/userprog/process.c b/userprog/process.c index d44ae7a436d9bd1deea19aadb0146715e243eb0d..8096d4dedd6e08149147c92bddd830d79776ab94 100644 --- a/userprog/process.c +++ b/userprog/process.c @@ -228,7 +228,7 @@ load (const char *file_name, void (**eip) (void), void **initialStackPointer) struct thread *t = thread_current (); struct Elf32_Ehdr ehdr; struct file * = NULL; - off_t file_ofs;file + off_t file_ofs; bool success = false; int i;