aboutsummaryrefslogtreecommitdiffstats
path: root/src/mdaOverdrive.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mdaOverdrive.cpp')
-rw-r--r--src/mdaOverdrive.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mdaOverdrive.cpp b/src/mdaOverdrive.cpp
index e7b0440..9de651c 100644
--- a/src/mdaOverdrive.cpp
+++ b/src/mdaOverdrive.cpp
@@ -73,9 +73,9 @@ void mdaOverdrive::getParameterName(LvzInt32 index, char *label)
{
switch(index)
{
- case 0: strcpy(label, "Drive "); break;
- case 1: strcpy(label, "Muffle "); break;
- case 2: strcpy(label, "Output "); break;
+ case 0: strcpy(label, "Drive"); break;
+ case 1: strcpy(label, "Muffle"); break;
+ case 2: strcpy(label, "Output"); break;
}
}