libdrvmgr: remove braces

This commit is contained in:
Daniel Cederman
2017-03-06 07:54:55 +01:00
committed by Daniel Hellstrom
parent 418149c80b
commit 84557ef62c
+1 -1
View File
@@ -226,7 +226,7 @@ drvmgr_drv_reg_func drvmgr_drivers[] = {
#endif
/* End array with NULL */
{NULL}
NULL
};
#endif /* CONFIGURE_INIT */