From 50d6f2c6077bbdb02e90bea208d49621cd86c6fa Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 30 Aug 2012 17:01:36 -0500 Subject: [PATCH] stk: Fix comment style --- src/stk.c | 4 +--- 1 file changed, 1 insertion(+), 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) {