stk: Fix comment style

This commit is contained in:
Denis Kenzior 2012-08-30 17:01:36 -05:00
parent 0a9a566065
commit 50d6f2c607
1 changed files with 1 additions and 3 deletions

View File

@ -1523,9 +1523,7 @@ static gboolean handle_command_get_inkey(const struct stk_command *cmd,
gboolean ucs2 = (qualifier & (1 << 1)) != 0;
gboolean yesno = (qualifier & (1 << 2)) != 0;
gboolean immediate = (qualifier & (1 << 3)) != 0;
/*
* Note: help parameter value is not provided by current api.
*/
/* Note: help parameter value is not provided by current api. */
int err;
if (text == NULL) {