diff --git a/src/utils/utils.h b/src/utils/utils.h index 9d235d82a..75d493cc2 100644 --- a/src/utils/utils.h +++ b/src/utils/utils.h @@ -19,7 +19,7 @@ #else #ifdef _FILE_OFFSET_BITS #if _FILE_OFFSET_BITS == 32 -#pragma message "Warning: FILE OFFSET BITS defined to be 32 bit" +#pragma message ("Warning: FILE OFFSET BITS defined to be 32 bit") #endif #endif