a whitespace nit

MFC after:	4 days
This commit is contained in:
avg 2011-05-07 10:40:57 +00:00
parent 5c9c528165
commit 4592e9fe92

View File

@ -105,7 +105,7 @@ interact(void)
/*
* Read our default configuration
*/
if(include("/boot/loader.rc")!=CMD_OK)
if(include("/boot/loader.rc") != CMD_OK)
include("/boot/boot.conf");
printf("\n");
/*