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.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user