[gnome-online-accounts] goa: Drop trailing semicolon to silence a g-ir-scanner warning



commit 850fbc17eb512396e5f963e35ebdc123dc4d9c41
Author: Philip Withnall <withnall endlessm com>
Date:   Mon Jul 31 17:12:36 2017 +0100

    goa: Drop trailing semicolon to silence a g-ir-scanner warning
    
    https://bugzilla.gnome.org/show_bug.cgi?id=785649

 src/goa/goaclient.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/goa/goaclient.h b/src/goa/goaclient.h
index 705768f..5ee0448 100644
--- a/src/goa/goaclient.h
+++ b/src/goa/goaclient.h
@@ -29,7 +29,7 @@
 G_BEGIN_DECLS
 
 #define GOA_TYPE_CLIENT  (goa_client_get_type ())
-G_DECLARE_FINAL_TYPE (GoaClient, goa_client, GOA, CLIENT, GObject);
+G_DECLARE_FINAL_TYPE (GoaClient, goa_client, GOA, CLIENT, GObject)
 
 void                goa_client_new                (GCancellable        *cancellable,
                                                    GAsyncReadyCallback  callback,


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