diff --git a/src/gdd/gddNewDel.h b/src/gdd/gddNewDel.h index c621ba3e5..478be94da 100644 --- a/src/gdd/gddNewDel.h +++ b/src/gdd/gddNewDel.h @@ -64,7 +64,7 @@ void gddGlobalCleanupAdd ( void * pBuf ); char** x = (char**)pfld; return *x; } \ void newdel_setNext(char* n) { char* pfld = (char *)&fld; \ char** x=(char**)pfld; *x=n; } \ - static void gddNewDelInit (void) { pNewdel_lock = new epicsMutex; } \ + static void gddNewDelInit (void) { pNewdel_lock = new epicsMutex; } // declaration of the static variable for the free list