From a74d58a2adf03b520fcd1ce3f134ef8fdc1d1fc2 Mon Sep 17 00:00:00 2001 Message-Id: From: Richard Hughes Date: Mon, 5 Dec 2011 10:24:28 +0000 Subject: [PATCH] Make the browser plugin compile with newer versions of xulrunner --- contrib/browser-plugin/pk-main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/contrib/browser-plugin/pk-main.c b/contrib/browser-plugin/pk-main.c index 072a576..7d35f51 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"); -- 1.7.6.5