summaryrefslogtreecommitdiff
path: root/libyelp/yelp-simple-document.c
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2015-02-09 15:17:02 +0000
committerDavid King <amigadave@amigadave.com>2015-02-09 15:17:02 +0000
commit3f57371f0593780a17eb1d7282886cec2480845a (patch)
treec64122946a110f1a36b5a3c71c5a7db7a48e6ba5 /libyelp/yelp-simple-document.c
parent69c23851f65f57102621befdcc3071f1f4cd6e19 (diff)
downloadyelp-3f57371f0593780a17eb1d7282886cec2480845a.tar.gz
Remove redundant extra semicolons
Diffstat (limited to 'libyelp/yelp-simple-document.c')
-rw-r--r--libyelp/yelp-simple-document.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libyelp/yelp-simple-document.c b/libyelp/yelp-simple-document.c
index 2f6ab284..2ff6c0f4 100644
--- a/libyelp/yelp-simple-document.c
+++ b/libyelp/yelp-simple-document.c
@@ -56,7 +56,7 @@ struct _YelpSimpleDocumentPriv {
#define BUFFER_SIZE 4096
-G_DEFINE_TYPE (YelpSimpleDocument, yelp_simple_document, YELP_TYPE_DOCUMENT);
+G_DEFINE_TYPE (YelpSimpleDocument, yelp_simple_document, YELP_TYPE_DOCUMENT)
#define GET_PRIV(object) (G_TYPE_INSTANCE_GET_PRIVATE ((object), YELP_TYPE_SIMPLE_DOCUMENT, YelpSimpleDocumentPriv))
static void yelp_simple_document_class_init (YelpSimpleDocumentClass *klass);