浏览代码

Fix duplicate assignation

Samuel Thibault 9 年之前
父节点
当前提交
f0d90df14b
共有 1 个文件被更改,包括 2 次插入2 次删除
  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);