mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make GCC happy by removing empty #elif.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
489f0c3c17
commit
e7e6b1ebc8
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@
|
|||
#include <vendor/osm_vendor_ibumad.h>
|
||||
#elif defined( OSM_VENDOR_INTF_AL )
|
||||
#include <vendor/osm_vendor_al.h>
|
||||
#elif
|
||||
#else
|
||||
#error No MAD Interface selected!
|
||||
#error Choose an interface in osm_config.h
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue