From 0ed120af22e31fc4faa4a2426d22ff19c4a5ee39 Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Mon, 20 Jun 2022 18:44:49 +0900 Subject: [PATCH] seq: port-info: fix tag indentation Signed-off-by: Takashi Sakamoto --- src/seq/port-info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/seq/port-info.c b/src/seq/port-info.c index fe6778b..f375bd3 100644 --- a/src/seq/port-info.c +++ b/src/seq/port-info.c @@ -317,7 +317,7 @@ static void alsaseq_port_info_class_init(ALSASeqPortInfoClass *klass) g_param_spec_uchar("queue-id", "queue-id", "The numeric ID of queue to update time stamp when tstamp-overwrite " "property is set to True. One of ALSASeqSpecificQueueId is available " - "as well", + "as well", 0, G_MAXUINT8, 0, G_PARAM_READWRITE); -- 2.47.3