summaryrefslogtreecommitdiff
path: root/apps/cuesheet.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/cuesheet.c')
-rw-r--r--apps/cuesheet.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/cuesheet.c b/apps/cuesheet.c
index 263fed154d..bbdc93746e 100644
--- a/apps/cuesheet.c
+++ b/apps/cuesheet.c
@@ -523,6 +523,8 @@ void browse_cuesheet(struct cuesheet *cue)
523 523
524 case ACTION_STD_CANCEL: 524 case ACTION_STD_CANCEL:
525 done = true; 525 done = true;
526 default:
527 break;
526 } 528 }
527 } 529 }
528} 530}