]> git.pld-linux.org Git - packages/gpac.git/commitdiff
- use simple const
authorlisu <lisu@pld-linux.org>
Sun, 22 Jan 2012 16:35:38 +0000 (16:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gpac-xulrunner.patch -> 1.4

gpac-xulrunner.patch

index 21a55a07d9f2a92cc4a72994d65e05c892c2f23d..128382edf50b80eb794a1128e5ebdd3313c64717 100644 (file)
@@ -24,7 +24,7 @@
  // global to get plugins name & description
  NPError NS_PluginGetValue(NPPVariable aVariable, void *aValue);
 -char* NPP_GetMIMEDescription(void);
-+NPP_GET_MIME_CONST char* NPP_GetMIMEDescription(void);
++const char* NPP_GetMIMEDescription(void);
 
 
  //#define NO_GPAC
  
  
 -char* NPP_GetMIMEDescription(void)
-+NPP_GET_MIME_CONST char* NPP_GetMIMEDescription(void)
++const char* NPP_GetMIMEDescription(void)
  {
        return GPAC_PLUGIN_MIMETYPES;
  }
This page took 0.628234 seconds and 4 git commands to generate.