Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marcopg@litl.com>2009-03-16 15:48:17 (GMT)
committer Marco Pesenti Gritti <marcopg@litl.com>2010-07-27 22:04:20 (GMT)
commitc320c5f16b6fd0d4ac239729d38c1cb5866efabf (patch)
treee5e65054dd6b42737ef3f38e88b78c1b60259b14
parent6831f5f82bcb55340452cbc8a419beae9a47af73 (diff)
Style tweak.
-rw-r--r--browser-plugin/glue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser-plugin/glue.cpp b/browser-plugin/glue.cpp
index 986cae8..3528357 100644
--- a/browser-plugin/glue.cpp
+++ b/browser-plugin/glue.cpp
@@ -120,7 +120,7 @@ NP_Initialize (NPNetscapeFuncs *aNPNFuncs, NPPluginFuncs *aNPPFuncs)
NPError
NP_Shutdown (void)
{
- g_free(mimeDescription);
+ g_free (mimeDescription);
mimeDescription = NULL;
return NPERR_NO_ERROR;