From 6770e8c022d89c3fec68fc8d4a1d229b909e54a8 Mon Sep 17 00:00:00 2001 From: Al Poole Date: Tue, 12 Sep 2017 16:25:44 +0100 Subject: [PATCH] debugpanel: add useful comment. The code looks wrong but it isn't, this comment explains why. --- src/bin/edi_debugpanel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/edi_debugpanel.c b/src/bin/edi_debugpanel.c index e27c57c..a4851b3 100644 --- a/src/bin/edi_debugpanel.c +++ b/src/bin/edi_debugpanel.c @@ -89,6 +89,7 @@ _debugpanel_stdout_handler(void *data EINA_UNUSED, int type EINA_UNUSED, void *e } idx++; } + /* We can forget the last line ihere as it's the prompt string */ } return ECORE_CALLBACK_DONE;