summaryrefslogtreecommitdiff
path: root/src/repl/repl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/repl/repl.h')
-rw-r--r--src/repl/repl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repl/repl.h b/src/repl/repl.h
index 2a49288..3100bcd 100644
--- a/src/repl/repl.h
+++ b/src/repl/repl.h
@@ -4,7 +4,7 @@
/**
* @brief Starts the Read-Eval-Print Loop (REPL).
- *
+ *
* @param self_path Path to the executable/ZC compiler itself.
*/
void run_repl(const char *self_path);