From fa2da5acd6f45520739f747062d04cdb866b2428 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 28 Mar 2010 18:54:27 -0400 Subject: Fix mismatched quotes. --- smime/lib/e-cert-db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smime/lib/e-cert-db.c') diff --git a/smime/lib/e-cert-db.c b/smime/lib/e-cert-db.c index ce22dc8537..73f184ab17 100644 --- a/smime/lib/e-cert-db.c +++ b/smime/lib/e-cert-db.c @@ -1189,7 +1189,7 @@ e_cert_db_import_certs_from_file (ECertDB *cert_db, rv = FALSE; } else { - printf ("importing %d bytes from `%s'\n", bytes_read, file_path); + printf ("importing %d bytes from '%s'\n", bytes_read, file_path); switch (cert_type) { case E_CERT_CA: -- cgit v1.2.3