[glib] Remove cases of ;;
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Remove cases of ;;
- Date: Tue, 6 Jul 2010 03:16:02 +0000 (UTC)
commit af299df44e067b949a039c56b5081558288f41aa
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Jul 5 19:45:55 2010 -0400
Remove cases of ;;
gio/gdbusauthobserver.c | 2 +-
gio/gdbusmessage.c | 2 +-
glib/gshell.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gio/gdbusauthobserver.c b/gio/gdbusauthobserver.c
index d7fb73a..e21eabd 100644
--- a/gio/gdbusauthobserver.c
+++ b/gio/gdbusauthobserver.c
@@ -192,7 +192,7 @@ g_dbus_auth_observer_init (GDBusAuthObserver *observer)
/* not used for now */
observer->priv = G_TYPE_INSTANCE_GET_PRIVATE (observer,
G_TYPE_DBUS_AUTH_OBSERVER,
- GDBusAuthObserverPrivate);;
+ GDBusAuthObserverPrivate);
}
/**
diff --git a/gio/gdbusmessage.c b/gio/gdbusmessage.c
index ba0c7a9..345fdc4 100644
--- a/gio/gdbusmessage.c
+++ b/gio/gdbusmessage.c
@@ -2647,7 +2647,7 @@ flags_to_string (GType flags_type, guint value)
if (s->len == 0)
g_string_append (s, "none");
g_type_class_unref (klass);
- return g_string_free (s, FALSE);;
+ return g_string_free (s, FALSE);
}
static gint
diff --git a/glib/gshell.c b/glib/gshell.c
index d3b76f4..44f9ec3 100644
--- a/glib/gshell.c
+++ b/glib/gshell.c
@@ -433,7 +433,7 @@ tokenize_command_line (const gchar *command_line,
const gchar *p;
GString *current_token = NULL;
GSList *retval = NULL;
- gboolean quoted;;
+ gboolean quoted;
current_quote = '\0';
quoted = FALSE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]