Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] adding comments to #endif's
[simgrid.git] / src / instr / instr_simdag.c
index 741ef8d..198098b 100644 (file)
@@ -26,4 +26,4 @@ void TRACE_sd_set_task_category(SD_task_t task, const char *category)
   strcpy(task->category, category);
 }
 
   strcpy(task->category, category);
 }
 
-#endif
+#endif /* HAVE_TRACING */