Make GCC happy by removing empty #elif.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-03-25 04:16:04 +00:00
parent 489f0c3c17
commit e7e6b1ebc8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=297266

View File

@ -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