[rtems commit] libdrvmgr: remove braces

Daniel Hellstrom danielh at rtems.org
Mon Mar 6 06:58:44 UTC 2017


Module:    rtems
Branch:    master
Commit:    84557ef62c5790d435f8ef103083eca9dfe61db7
Changeset: http://git.rtems.org/rtems/commit/?id=84557ef62c5790d435f8ef103083eca9dfe61db7

Author:    Daniel Cederman <cederman at gaisler.com>
Date:      Mon Feb  6 15:11:55 2017 +0100

libdrvmgr: remove braces

---

 cpukit/libdrvmgr/drvmgr_confdefs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/libdrvmgr/drvmgr_confdefs.h b/cpukit/libdrvmgr/drvmgr_confdefs.h
index 89d50e7..22c7a90 100644
--- a/cpukit/libdrvmgr/drvmgr_confdefs.h
+++ b/cpukit/libdrvmgr/drvmgr_confdefs.h
@@ -226,7 +226,7 @@ drvmgr_drv_reg_func drvmgr_drivers[] = {
 #endif
 
 	/* End array with NULL */
-	{NULL}
+	NULL
 };
 
 #endif /* CONFIGURE_INIT */




More information about the vc mailing list