mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Add semicolon to empty default case to silence warning.
This commit is contained in:
parent
b42da20fd5
commit
64baebf95b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96371
@ -272,6 +272,7 @@ copy(char *argv[], enum op type, int fts_options)
|
||||
badcp = rval = 1;
|
||||
continue;
|
||||
default:
|
||||
;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user