]> git.sur5r.net Git - u-boot/blobdiff - cpu/ixp/npe/include/IxOsalAssert.h
License cleanup: remove unintended "All Rights Reserved" notices.
[u-boot] / cpu / ixp / npe / include / IxOsalAssert.h
index af0cffd6c69a3a18e627d62fe60f5f161f57c338..04a4f515aa9e6deb8ad52ea02710fe0996f3ef43 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * @file        IxOsalAssert.h 
- * @author     Intel Corporation
+ * @author     Intel Corporation
  * @date        25-08-2004
  *
  * @brief       description goes here
@@ -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)\r
+#define IX_OSAL_ASSERT(c) IX_OSAL_OS_ASSERT(c)
 
 
 /**