diff libpurple/certificate.c @ 29456:9c5158a62705

shaba: ok, but i don't understand why empty "else" Me neither. Closes #11382.
author Paul Aurich <paul@darkrain42.org>
date Tue, 16 Feb 2010 16:39:11 +0000
parents 57ee55097ec8
children f44718de8b06 c35fd54ec64b
line wrap: on
line diff
--- a/libpurple/certificate.c	Tue Feb 16 15:16:28 2010 +0000
+++ b/libpurple/certificate.c	Tue Feb 16 16:39:11 2010 +0000
@@ -874,7 +874,6 @@
 #else
 # ifdef SSL_CERTIFICATES_DIR
 		x509_ca_paths = g_list_append(NULL, g_strdup(SSL_CERTIFICATES_DIR));
-# else
 # endif
 		x509_ca_paths = g_list_append(x509_ca_paths,
 			g_build_filename(DATADIR, "purple", "ca-certs", NULL));