[epiphany] web-extension: Do not use C++ comments



commit 11b0e09ba08eb1771725184d090e6a22ca113802
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Sun Mar 17 12:53:40 2013 +0100

    web-extension: Do not use C++ comments
    
    Forgot to fix this before landing the prefilled forms patch.

 embed/web-extension/ephy-web-extension.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/embed/web-extension/ephy-web-extension.c b/embed/web-extension/ephy-web-extension.c
index 47feeda..675efa9 100644
--- a/embed/web-extension/ephy-web-extension.c
+++ b/embed/web-extension/ephy-web-extension.c
@@ -34,7 +34,7 @@
 #include <webkit2/webkit-web-extension.h>
 
 
-// FIXME: These global variables should be freed somehow.
+/* FIXME: These global variables should be freed somehow. */
 static UriTester *uri_tester;
 static EphyFormAuthDataCache *form_auth_data_cache;
 static GDBusConnection *dbus_connection;


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