summaryrefslogtreecommitdiff
path: root/src/imlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/imlib.c')
-rw-r--r--src/imlib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imlib.c b/src/imlib.c
index f5e63c3..e27db57 100644
--- a/src/imlib.c
+++ b/src/imlib.c
@@ -923,9 +923,9 @@ void feh_edit_inplace_lossless(winwidget w, int op)
int len = strlen(filename) + 1;
char *file_str = emalloc(len);
int pid, status;
- char op_name[] = "rotate"; // for message
- char op_op[] = "-rotate"; // for jpegtran option
- char op_value[] = "horizontal"; // for jpegtran option's value
+ char op_name[] = "rotate"; /* message */
+ char op_op[] = "-rotate"; /* jpegtran option */
+ char op_value[] = "horizontal"; /* jpegtran option's value */
if (op == INPLACE_EDIT_FLIP) {
sprintf(op_name, "flip");