blob: 0194db169015fad858bb52da3092d287e7ee269f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./plugin/icedteanp/IcedTeaNPPlugin.cc.orig
+++ ./plugin/icedteanp/IcedTeaNPPlugin.cc
@@ -2262,7 +2262,7 @@
// Returns a string describing the MIME type that this plugin
// handles.
-char*
+const char*
NP_GetMIMEDescription ()
{
PLUGIN_DEBUG ("NP_GetMIMEDescription\n");
|