[gnome-shell] st-shadow: Remove unnecessary ';'
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] st-shadow: Remove unnecessary ';'
- Date: Mon, 4 Mar 2019 22:38:47 +0000 (UTC)
commit 4785093a5c34df09426083622851837e0fd7d671
Author: Robert Mader <robert mader posteo de>
Date: Mon Mar 4 20:24:12 2019 +0100
st-shadow: Remove unnecessary ';'
to silence a build warning.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/434
src/st/st-shadow.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/st/st-shadow.h b/src/st/st-shadow.h
index 2870d41dd..267d48f7b 100644
--- a/src/st/st-shadow.h
+++ b/src/st/st-shadow.h
@@ -72,7 +72,7 @@ void st_shadow_get_box (StShadow *shadow,
const ClutterActorBox *actor_box,
ClutterActorBox *shadow_box);
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (StShadow, st_shadow_unref);
+G_DEFINE_AUTOPTR_CLEANUP_FUNC (StShadow, st_shadow_unref)
GType st_shadow_helper_get_type (void) G_GNUC_CONST;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]