Browse Source

fpga: fix structure member name

Samuel Thibault 4 years ago
parent
commit
083b15f5fc
1 changed files with 1 additions and 1 deletions
  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
 
 	/**