summaryrefslogtreecommitdiffstatshomepage
path: root/lib/utils/pyexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/utils/pyexec.c')
-rw-r--r--lib/utils/pyexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils/pyexec.c b/lib/utils/pyexec.c
index d5ac4a5070..ec20daff4b 100644
--- a/lib/utils/pyexec.c
+++ b/lib/utils/pyexec.c
@@ -168,7 +168,7 @@ typedef struct _repl_t {
// but it was moved to MP_STATE_VM(repl_line) as containing
// root pointer. Still keep structure in case more state
// will be added later.
- //vstr_t line;
+ // vstr_t line;
bool cont_line;
bool paste_mode;
} repl_t;