aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mail.c2
-rw-r--r--src/update-2.0.awk2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mail.c b/src/mail.c
index 2b31437..e0a0b8a 100644
--- a/src/mail.c
+++ b/src/mail.c
@@ -169,7 +169,7 @@ register_message_template (const char *name, const char *text)
tmpl_hasher,
tmpl_compare,
tmpl_free)))
- && (text = hash_insert (tmpl_table, s))))
+ && (tmpl = hash_insert (tmpl_table, s))))
xalloc_die ();
if (s != tmpl)
diff --git a/src/update-2.0.awk b/src/update-2.0.awk
index 2b19611..8f74d90 100644
--- a/src/update-2.0.awk
+++ b/src/update-2.0.awk
@@ -82,7 +82,7 @@ $1 == "project-owner" || $1 == "user-data" || $1 == "verify-user" ||
}
$1 == "sql" {
- printf("sql %s {", $2);
+ printf("sql %s {\n", $2);
next
}

Return to:

Send suggestions and report system problems to the System administrator.