From db1e20ae8fd7d8e3fca91d7eab48ba6e5914fe38 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Tue, 27 Aug 2019 14:10:28 +0200 Subject: [PATCH] Fix comment about midi port hold flag. --- sndiod/midi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sndiod/midi.h b/sndiod/midi.h index 565cf21..67a3563 100644 --- a/sndiod/midi.h +++ b/sndiod/midi.h @@ -88,8 +88,8 @@ struct port { #define PORT_DRAIN 2 unsigned int state; unsigned int num; /* port serial number */ - char *path; /* hold the port open ? */ - int hold; + char *path; + int hold; /* hold the port open ? */ struct midi *midi; };