mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
'surfaces/generic_midi' - Minor modification to prevent MSVC from complaining about a malformed comment
This commit is contained in:
parent
6daeba047e
commit
ee7cc091b3
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ user_midi_map_directory ()
|
|||
}
|
||||
|
||||
static bool
|
||||
midi_map_filter (const string &str, void */*arg*/)
|
||||
midi_map_filter (const string &str, void* /*arg*/)
|
||||
{
|
||||
return (str.length() > strlen(midi_map_suffix) &&
|
||||
str.find (midi_map_suffix) == (str.length() - strlen (midi_map_suffix)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue