Don't use C++ comments in C code.

This commit is contained in:
W. Eric Norum
2006-09-12 16:03:13 +00:00
parent a1a8b1a7e7
commit 641bbb29a0

View File

@@ -384,7 +384,7 @@ LOCAL void logClientRestart ( logClientId id )
while (1) {
unsigned isConn;
// SMP safe state inspection
/* SMP safe state inspection */
epicsMutexMustLock ( pClient->mutex );
isConn = pClient->connected;
epicsMutexUnlock ( pClient->mutex );