From: Takashi Sakamoto Date: Mon, 20 Jun 2022 09:44:49 +0000 (+0900) Subject: seq: port-info: fix tag indentation X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=0ed120af22e31fc4faa4a2426d22ff19c4a5ee39;p=alsa-gobject.git seq: port-info: fix tag indentation Signed-off-by: Takashi Sakamoto --- 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);