Remove cases of ;;

This commit is contained in:
Matthias Clasen 2010-07-05 19:45:55 -04:00
parent fb02422404
commit af299df44e
3 changed files with 3 additions and 3 deletions

View File

@ -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);
}
/**

View File

@ -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

View File

@ -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;