diff options
author | Wolfgang Denk <wd@castor.denx.de> | 2006-05-30 15:58:20 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@castor.denx.de> | 2006-05-30 15:58:20 +0200 |
commit | d9455273053bb69a94a338dff56330d3be50f14e (patch) | |
tree | 7031ce994e2ad52aec8bcd8e270d1dc22fbea8b6 /cpu/ixp/npe/include/IxOsalAssert.h | |
parent | ba94a1bba3600d387edba7eb451990d9891e1c2f (diff) | |
download | u-boot-imx-d9455273053bb69a94a338dff56330d3be50f14e.zip u-boot-imx-d9455273053bb69a94a338dff56330d3be50f14e.tar.gz u-boot-imx-d9455273053bb69a94a338dff56330d3be50f14e.tar.bz2 |
Minor cleanup.
Diffstat (limited to 'cpu/ixp/npe/include/IxOsalAssert.h')
-rw-r--r-- | cpu/ixp/npe/include/IxOsalAssert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ixp/npe/include/IxOsalAssert.h b/cpu/ixp/npe/include/IxOsalAssert.h index af0cffd..45cebcd 100644 --- a/cpu/ixp/npe/include/IxOsalAssert.h +++ b/cpu/ixp/npe/include/IxOsalAssert.h @@ -60,7 +60,7 @@ * will not be compiled out. * N.B. will result in a system crash if it is false. */ -#define IX_OSAL_ASSERT(c) IX_OSAL_OS_ASSERT(c)
+#define IX_OSAL_ASSERT(c) IX_OSAL_OS_ASSERT(c) /** |