debugpanel: add useful comment.

The code looks wrong but it isn't, this comment explains why.
This commit is contained in:
Al Poole 2017-09-12 16:25:44 +01:00
parent cff2817907
commit 6770e8c022
1 changed files with 1 additions and 0 deletions

View File

@ -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;