From fd7f1cd74463a48db779f0b7abfcbae312e0183c Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Tue, 31 May 2022 10:41:31 +0900 Subject: [PATCH] seq: port-info: fix pair of declaration macro Fixes: 2ce823529df8 ("seq: port_info: add object to represent information of port for ALSA Sequencer") Signed-off-by: Takashi Sakamoto --- src/seq/port-info.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/seq/port-info.h b/src/seq/port-info.h index 531f86e..fb8d68d 100644 --- a/src/seq/port-info.h +++ b/src/seq/port-info.h @@ -16,4 +16,6 @@ struct _ALSASeqPortInfoClass { ALSASeqPortInfo *alsaseq_port_info_new(); +G_END_DECLS + #endif -- 2.47.3