squelch compiler warning

This commit is contained in:
David Rose 2007-10-04 00:42:04 +00:00
parent 5f87b7e40f
commit 1b389acabc

View File

@ -385,10 +385,10 @@ run() {
} }
} }
bool repeat_later; bool repeat_later = false;
switch (_download_dest) { switch (_download_dest) {
case DD_none: case DD_none:
repeat_later = false; // We're done. // We're done.
break; break;
case DD_file: case DD_file: