Browse Source

src/datawizard/interfaces/data_interface.c: typo

Nathalie Furmento 12 years ago
parent
commit
4eb221e8db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/datawizard/interfaces/data_interface.c

+ 1 - 1
src/datawizard/interfaces/data_interface.c

@@ -323,8 +323,8 @@ void starpu_data_register(starpu_data_handle_t *handleptr, uint32_t home_node,
 		ops->copy_methods->ram_to_opencl_async = NULL;
 		ops->copy_methods->ram_to_opencl_async = NULL;
 		ops->copy_methods->opencl_to_ram_async = NULL;
 		ops->copy_methods->opencl_to_ram_async = NULL;
 		ops->copy_methods->opencl_to_opencl_async = NULL;
 		ops->copy_methods->opencl_to_opencl_async = NULL;
-#endif
 	}
 	}
+#endif
 
 
 	/* fill the interface fields with the appropriate method */
 	/* fill the interface fields with the appropriate method */
 	STARPU_ASSERT(ops->register_data_handle);
 	STARPU_ASSERT(ops->register_data_handle);