summaryrefslogtreecommitdiff
path: root/np_sdk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-02-17 20:45:42 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-02-17 20:46:08 +0000
commit0825e49bcaf8d956ae5721235b5c33e6ac4d6e3c (patch)
tree801915b5f787d861ea9bacdfa05a3c8193f1d53b /np_sdk
parent7636d37f8f9c53d694c4fe38581f3b495d53670e (diff)
WaE: add horror cast to calm Stephan's tinderbox
Diffstat (limited to 'np_sdk')
-rw-r--r--np_sdk/mozsrc/npunix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/np_sdk/mozsrc/npunix.c b/np_sdk/mozsrc/npunix.c
index 19ae47a6f0c5..b99a5457a540 100644
--- a/np_sdk/mozsrc/npunix.c
+++ b/np_sdk/mozsrc/npunix.c
@@ -368,7 +368,7 @@ Private_GetJavaClass(void)
char *
NP_GetMIMEDescription(void)
{
- return NPP_GetMIMEDescription();
+ return (char *)NPP_GetMIMEDescription();
}
/*