diff --git a/src/files.c b/src/files.c index 0ffc4014273ef2e7e7ee297610b298f5711a128d..b144652cc8ff889dcf9c9b1aa5559eea877d30a8 100644 --- a/src/files.c +++ b/src/files.c @@ -428,11 +428,11 @@ void execute_command(const char *command) * open and read the file. */ void load_buffer(const char *name) { - bool new_buffer = fileage == NULL + bool new_buffer = (fileage == NULL #ifdef ENABLE_MULTIBUFFER || ISSET(MULTIBUFFER) #endif - ; + ); /* new_buffer says whether we load to this buffer or a new one. * If new_buffer is TRUE, we display "New File" if the file is * not found, and if it is found we set filename and add a new