Index: generic/nsfEnumerationType.c =================================================================== diff -u -r403f26de1f34f39943b605903b47ec31c974cf9a -r8e0b30355e24d03a7baba8b701cbab2aa7694157 --- generic/nsfEnumerationType.c (.../nsfEnumerationType.c) (revision 403f26de1f34f39943b605903b47ec31c974cf9a) +++ generic/nsfEnumerationType.c (.../nsfEnumerationType.c) (revision 8e0b30355e24d03a7baba8b701cbab2aa7694157) @@ -1,7 +1,7 @@ /* * nsfEnumerationType.c -- * - * Provide API for registering enumeration types + * Provide API for registering enumeration types * and obtaining their domain. * * Copyright (C) 2014 Gustaf Neumann @@ -52,12 +52,12 @@ assert(interp); NsfMutexLock(&enumerationMutex); - + if (enumerationTypeRefCount == 0) { Tcl_InitHashTable(enumerationHashTablePtr, TCL_STRING_KEYS); } enumerationTypeRefCount++; - + NsfMutexUnlock(&enumerationMutex); } @@ -177,6 +177,7 @@ * Local Variables: * mode: c * c-basic-offset: 2 - * fill-column: 72 + * fill-column: 78 + * indent-tabs-mode: nil * End: */