Remove extraneous semicolon (breaks gcc3.4 and mingw) r=bustage

This commit is contained in:
bsmedberg%covad.net 2004-11-12 21:46:49 +00:00
parent c81cec73a2
commit 2ab6a99b48

View File

@ -392,7 +392,7 @@ NS_Free(void* ptr)
#ifdef NS_MEMORY_FLUSHER_THREAD
NS_IMPL_QUERY_INTERFACE1(MemoryFlusher, nsIRunnable);
NS_IMPL_QUERY_INTERFACE1(MemoryFlusher, nsIRunnable)
NS_IMETHODIMP
MemoryFlusher::Run()