Explorar o código

Fix duplicate assignation

Samuel Thibault %!s(int64=9) %!d(string=hai) anos
pai
achega
f0d90df14b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/datawizard/interfaces/coo_interface.c

+ 2 - 2
src/datawizard/interfaces/coo_interface.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2013-2014  Université Bordeaux
+ * Copyright (C) 2013-2015  Université Bordeaux
  * Copyright (C) 2012 INRIA
  *
  * StarPU is free software; you can redistribute it and/or modify
@@ -184,7 +184,7 @@ coo_compare(void *a, void *b)
 static void
 display_coo_interface(starpu_data_handle_t handle, FILE *f)
 {
-	struct starpu_coo_interface *coo_interface =
+	struct starpu_coo_interface *coo_interface;
 	coo_interface = (struct starpu_coo_interface *)
 		starpu_data_get_interface_on_node(handle, STARPU_MAIN_RAM);