[gjs: 20/26] wrapperutils: Remove unnecessary semicolon
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs: 20/26] wrapperutils: Remove unnecessary semicolon
- Date: Sun, 14 Apr 2019 14:05:03 +0000 (UTC)
commit 8553b435432bbc6c2f8da3e21bc58a980379250a
Author: Philip Chimento <philip chimento gmail com>
Date: Sun Mar 24 20:01:26 2019 -0700
wrapperutils: Remove unnecessary semicolon
This is a compiler warning on some compilers.
gi/wrapperutils.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gi/wrapperutils.h b/gi/wrapperutils.h
index 40ba3122..665333ee 100644
--- a/gi/wrapperutils.h
+++ b/gi/wrapperutils.h
@@ -53,7 +53,7 @@ G_END_DECLS
namespace InfoType {
enum Tag { Enum, Interface, Object, Struct };
-};
+}
/*
* gjs_define_static_methods:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]