about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@devio.us>2012-07-26 16:09:28 -0400
committerJosh Rickmar <jrick@devio.us>2012-07-26 16:09:28 -0400
commit02e03fcb67ee3ee37ff7bd5f287a7c53ca55f97e (patch)
treeaba3ed3642e8b50747795e82f5ecc5662bc0b4f7
parente6958c89d151adfde2ebd89bdd91634a377e3e0c (diff)
downloadxombrero-02e03fcb67ee3ee37ff7bd5f287a7c53ca55f97e.tar.gz
Oops broke the last commit
-rw-r--r--about.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/about.c b/about.c
index 6e84629..ed3673c 100644
--- a/about.c
+++ b/about.c
@@ -1937,7 +1937,7 @@ startpage_add(const char *fmt, ...)
 		return;
 
 	va_start(ap, fmt);
-	if (msg = g_strdup_vprintf(fmt, ap) == NULL)
+	if ((msg = g_strdup_vprintf(fmt, ap)) == NULL)
 		errx(1, "startpage_add failed");
 	va_end(ap);