aboutsummaryrefslogtreecommitdiffstats
path: root/src/mdaLeslie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mdaLeslie.cpp')
-rw-r--r--src/mdaLeslie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mdaLeslie.cpp b/src/mdaLeslie.cpp
index bb2c002..81876be 100644
--- a/src/mdaLeslie.cpp
+++ b/src/mdaLeslie.cpp
@@ -195,7 +195,7 @@ void mdaLeslie::getParameterName(LvzInt32 index, char *label)
case 5: strcpy(label, "Hi Throb"); break;
case 6: strcpy(label, "X-Over"); break;
case 7: strcpy(label, "Output"); break;
- case 8: strcpy(label, "Speed "); break;
+ case 8: strcpy(label, "Speed"); break;
}
}