removed extraneous line continuation

This commit is contained in:
Jeff Hill
2009-07-01 22:28:41 +00:00
parent 6129bfc8d5
commit a2eb148726

View File

@@ -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