[calls] message-source: Get rid of unnecessary semicolon
- From: Evangelos Ribeiro Tzaras <devrtz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [calls] message-source: Get rid of unnecessary semicolon
- Date: Tue, 11 Jan 2022 12:27:23 +0000 (UTC)
commit 8a6787d959a792023a3d834fcbd6946e42490c46
Author: Evangelos Ribeiro Tzaras <devrtz fortysixandtwo eu>
Date: Mon Dec 27 20:12:29 2021 +0100
message-source: Get rid of unnecessary semicolon
Our .dir-locals.el makes Emacs understand that we don't need a semicolon after
the various G_* macros.
src/calls-message-source.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/calls-message-source.h b/src/calls-message-source.h
index 4763bd5c..3b08608b 100644
--- a/src/calls-message-source.h
+++ b/src/calls-message-source.h
@@ -30,7 +30,7 @@ G_BEGIN_DECLS
#define CALLS_TYPE_MESSAGE_SOURCE (calls_message_source_get_type ())
-G_DECLARE_INTERFACE (CallsMessageSource, calls_message_source, CALLS, MESSAGE_SOURCE, GObject);
+G_DECLARE_INTERFACE (CallsMessageSource, calls_message_source, CALLS, MESSAGE_SOURCE, GObject)
struct _CallsMessageSourceInterface
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]