devices/ndev/ndevdel.c, remove a redundant `return'

This commit is contained in:
rlar 2018-01-04 20:29:53 +01:00
parent efbb7badbc
commit cd95ad62f2
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ NDEVdelete(
prev = &(here->NDEVnextInstance);
}
}
return(E_NODEV);
return (E_NODEV);
}