diff --git a/driver/others/memory.c b/driver/others/memory.c index c560c4e90..48067923e 100644 --- a/driver/others/memory.c +++ b/driver/others/memory.c @@ -2985,7 +2985,7 @@ void *blas_memory_alloc(int procpos){ error: if (memory_overflowed) goto terminate; - fprintf(stderr,"OpenBLAS warning: precompiled NUM_THREADS exceeded, adding auxiliary array for thread metadata.\n") + fprintf(stderr,"OpenBLAS warning: precompiled NUM_THREADS exceeded, adding auxiliary array for thread metadata.\n"); memory_overflowed=1; new_release_info = (struct release_t*) malloc(512*sizeof(struct release_t)); newmemory = (struct newmemstruct*) malloc(512*sizeof(struct newmemstruct));