aboutsummaryrefslogtreecommitdiff
path: root/OutboxPost.go
diff options
context:
space:
mode:
Diffstat (limited to 'OutboxPost.go')
-rw-r--r--OutboxPost.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/OutboxPost.go b/OutboxPost.go
index 7388aed..979173f 100644
--- a/OutboxPost.go
+++ b/OutboxPost.go
@@ -496,7 +496,7 @@ func CheckCaptcha(db *sql.DB, captcha string) bool {
if (code == strings.ToUpper(parts[1])) {
return true
-p }
+ }
return false
}