aboutsummaryrefslogtreecommitdiff
path: root/src/template.c
diff options
context:
space:
mode:
authorDanny van Kooten <dannyvankooten@users.noreply.github.com>2020-03-15 21:30:17 +0100
committerDanny van Kooten <dannyvankooten@users.noreply.github.com>2020-03-15 21:30:17 +0100
commit9cd1d0d6bea1336f57b6411d1c09abe892156623 (patch)
tree202950ac72425b4db0b9f24cf556776d9764d080 /src/template.c
parent8fcc38ce404f16b2809a73de7bdf778bb84becb4 (diff)
downloadunja-9cd1d0d6bea1336f57b6411d1c09abe892156623.tar.gz
unja-9cd1d0d6bea1336f57b6411d1c09abe892156623.zip
add readme
Diffstat (limited to 'src/template.c')
-rw-r--r--src/template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template.c b/src/template.c
index 15ce246..85db75a 100644
--- a/src/template.c
+++ b/src/template.c
@@ -70,7 +70,7 @@ int eval(char *dest, mpc_ast_t* t, struct hashmap *ctx) {
dest = trim_trailing_whitespace(dest);
}
- // set flag for next eval() to trim leading whitespace from text
+ /* set flag for next eval() to trim leading whitespace from text */
if (strstr(t->children[3]->contents, "-")) {
trim_whitespace = 1;
}