summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/stk.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/stk.c b/src/stk.c
index 4c24abbb..19cb0eb7 100644
--- a/src/stk.c
+++ b/src/stk.c
@@ -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) {