]> git.sur5r.net Git - openocd/commitdiff
Corrected typo (to many brackets)
authormifi <mifi@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Fri, 14 Dec 2007 19:54:18 +0000 (19:54 +0000)
committermifi <mifi@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Fri, 14 Dec 2007 19:54:18 +0000 (19:54 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@230 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/helper/replacements.h

index 90f0b91dd61b65e17f5f214e8cd944bc1f0105eb..84705c528acd42013efd8e4688483b6888b3e5d7 100644 (file)
@@ -99,8 +99,8 @@ void *fill_malloc(size_t size);
  * the following macros. Which is the default way.\r
  */\r
  \r
-//#define malloc((_a)) clear_malloc((_a))
-//#define malloc((_a)) fill_malloc((_a))
+//#define malloc(_a) clear_malloc(_a)
+//#define malloc(_a) fill_malloc(_a)
 
 /* GNU extensions to the C library that may be missing on some systems */
 #ifndef HAVE_STRNDUP