2007-08-28 Joel Sherrill <joel.sherrill@oarcorp.com>

* console/console.c: Add missing semi-colon.
This commit is contained in:
Joel Sherrill
2007-08-28 14:11:21 +00:00
parent a8e030de9b
commit af3d092ee5
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-08-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* console/console.c: Add missing semi-colon.
2007-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, README.IceCube, preinstall.am, include/bsp.h,

View File

@@ -660,7 +660,7 @@ static void A_BSP_output_char( char c )
*/
#if !defined(HAS_UBOOT)
if (console_initialized == FALSE )
return
return;
#endif
#define PRINTK_WRITE mpc5200_uart_pollWrite