瀏覽代碼

examples/spmv/matrix_market/mmio.c: fix stupid typo (and write 100 times 'you should compile before committing')

Nathalie Furmento 11 年之前
父節點
當前提交
e48c0a7270
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/spmv/matrix_market/mmio.c

+ 1 - 1
examples/spmv/matrix_market/mmio.c

@@ -43,7 +43,7 @@ int mm_read_unsymmetric_sparse(const char *fname, int *M_, int *N_, int *nz_,
     {
 	    fprintf(stderr, "File <%s> not found\n", fname);
             return -1;
-
+    }
 
     if (mm_read_banner(f, &matcode) != 0)
     {