diff options
author | cbdev <cb@cbcdn.com> | 2019-09-18 01:10:26 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-09-18 01:10:26 +0200 |
commit | 82f6b03929315d65693155d3274a79d4a6285896 (patch) | |
tree | 3414f8ea73c3c5778ac0c257e2c501675f84de7d /backends/winmidi.c | |
parent | cd59a560d8b182ce50ea1edae1c0f2a0a89e76c0 (diff) | |
download | midimonster-82f6b03929315d65693155d3274a79d4a6285896.tar.gz midimonster-82f6b03929315d65693155d3274a79d4a6285896.tar.bz2 midimonster-82f6b03929315d65693155d3274a79d4a6285896.zip |
Fix spelling & optics
Diffstat (limited to 'backends/winmidi.c')
-rw-r--r-- | backends/winmidi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/winmidi.c b/backends/winmidi.c index 4c72c32..67187ac 100644 --- a/backends/winmidi.c +++ b/backends/winmidi.c @@ -478,7 +478,7 @@ static int winmidi_start(){ LocalFree(error); return 1; } - //getsockname on 'real' windows may not set the adress - works on wine, though + //getsockname on 'real' windows may not set the address - works on wine, though switch(sockadd.ss_family){ case AF_INET: case AF_INET6: |