Skip to content

Commit ee1d728

Browse files
committed
win32/vmem.h: Comment tag after #endif
This should be in a comment even though the compilers on Windows tolerate it, but with a warning
1 parent 15001be commit ee1d728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/vmem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ VMem::VMem(void)
210210
{
211211
#ifdef _USE_LINKED_LIST
212212
InitializeCriticalSection(&m_cs);
213-
#endif _USE_LINKED_LIST
213+
#endif /* _USE_LINKED_LIST */
214214
m_lRefCount = 1;
215215
return;
216216
}

0 commit comments

Comments
 (0)