[totem] Remove trailing ","



commit e3062f7c98f2ecf951b84779ba7c8031a4688783
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jan 21 20:10:41 2010 +0000

    Remove trailing ","
    
    For consistency

 browser-plugin/totemGMPSettings.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/browser-plugin/totemGMPSettings.cpp b/browser-plugin/totemGMPSettings.cpp
index c08913b..f9c5d9f 100644
--- a/browser-plugin/totemGMPSettings.cpp
+++ b/browser-plugin/totemGMPSettings.cpp
@@ -46,7 +46,7 @@ static const char *methodNames[] = {
   "getMode",
   "isAvailable",
   "requestMediaAccessRights",
-  "setMode",
+  "setMode"
 };
 
 TOTEM_IMPLEMENT_NPCLASS (totemGMPSettings,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]