mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Remove extraneous semicolon (breaks gcc3.4 and mingw) r=bustage
This commit is contained in:
parent
c81cec73a2
commit
2ab6a99b48
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user