summaryrefslogtreecommitdiff
path: root/src/sink.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sink.c')
-rw-r--r--src/sink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sink.c b/src/sink.c
index c5ac593..8f6b13b 100644
--- a/src/sink.c
+++ b/src/sink.c
@@ -49,8 +49,8 @@ void sink_check(sink_info** sink) {
if ((*sink) == NULL)
(*sink) = sink_init();
-// (*sink) = (sink_info*) calloc(1, sizeof(sink_input_info));
}
+
/*
* check the list length and resize the list, if current position = max
*/