Sfoglia il codice sorgente

fpga: fix structure member name

Samuel Thibault 4 anni fa
parent
commit
083b15f5fc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      include/starpu.h

+ 1 - 1
include/starpu.h

@@ -320,7 +320,7 @@ struct starpu_conf
         */
 	struct starpu_max_load *fpga_load;
 #else
-	void *fpga_files;
+	void *fpga_load;
 #endif
 
 	/**