summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-12-05 10:24:28 +0000
committerRichard Hughes <richard@hughsie.com>2011-12-05 10:24:28 +0000
commita74d58a2adf03b520fcd1ce3f134ef8fdc1d1fc2 (patch)
tree960350e5057725ef41a5bfe21af5661fe997e1cb
parent63dcf802ebc4e8c72b1f0767d825bc753e5a4c02 (diff)
Make the browser plugin compile with newer versions of xulrunner
-rw-r--r--contrib/browser-plugin/pk-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/browser-plugin/pk-main.c b/contrib/browser-plugin/pk-main.c
index 072a57627..7d35f518b 100644
--- a/contrib/browser-plugin/pk-main.c
+++ b/contrib/browser-plugin/pk-main.c
@@ -543,7 +543,7 @@ NP_Shutdown ()
/**
* NP_GetMIMEDescription:
**/
-char *
+const char *
NP_GetMIMEDescription (void)
{
pk_debug ("NP_GetMIMEDescription");