Fix missing semicolon
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user