mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Remove cases of ;;
This commit is contained in:
parent
fb02422404
commit
af299df44e
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user