Fix missing semicolon

This commit is contained in:
David Chisnall
2019-01-18 16:17:52 +00:00
parent 07b19d43cb
commit 264761adb9

View File

@@ -34,7 +34,7 @@ namespace snmalloc
#ifdef OPEN_ENCLAVE
PALPlainMixin<PALOpenEnclave>;
#elif defined(SNMALLOC_MEMORY_PROVIDER)
PALPlainMixin<SNMALLOC_MEMORY_PROVIDER>
PALPlainMixin<SNMALLOC_MEMORY_PROVIDER>;
#else
DefaultPal;
#endif