[evolution-data-server] Mark data static



commit 1241d45423fb814cfbce3e45de69ea419c6c9ad3
Author: Kjartan Maraas <kmaraas gnome org>
Date:   Sat Sep 26 12:42:49 2009 +0200

    Mark data static

 camel/providers/nntp/camel-nntp-provider.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/nntp/camel-nntp-provider.c b/camel/providers/nntp/camel-nntp-provider.c
index be8e29e..472b2db 100644
--- a/camel/providers/nntp/camel-nntp-provider.c
+++ b/camel/providers/nntp/camel-nntp-provider.c
@@ -70,7 +70,7 @@ static CamelProvider news_provider = {
 	/* ... */
 };
 
-CamelServiceAuthType camel_nntp_password_authtype = {
+static CamelServiceAuthType camel_nntp_password_authtype = {
 	N_("Password"),
 
 	N_("This option will authenticate with the NNTP server using a "



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]