Add semicolon to empty default case to silence warning.

This commit is contained in:
Alfred Perlstein 2002-05-11 00:21:00 +00:00
parent b42da20fd5
commit 64baebf95b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96371

View file

@ -272,6 +272,7 @@ copy(char *argv[], enum op type, int fts_options)
badcp = rval = 1;
continue;
default:
;
}
/*