summaryrefslogtreecommitdiff
path: root/tonezone.c
diff options
context:
space:
mode:
Diffstat (limited to 'tonezone.c')
-rwxr-xr-xtonezone.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tonezone.c b/tonezone.c
index 853ece4..f70f9f4 100755
--- a/tonezone.c
+++ b/tonezone.c
@@ -176,6 +176,8 @@ char *tone_zone_tone_name(int id)
return "Custom 2";
case ZT_TONE_INFO:
return "Special Information";
+ case ZT_TONE_STUTTER:
+ return "Stutter Dialtone";
default:
snprintf(tmp, sizeof(tmp), "Unknown tone %d", id);
return tmp;