remove trailing ;

This commit is contained in:
Bernd Amend 2021-05-22 15:44:18 +02:00
parent b5d81613cf
commit 532f044bd3

View File

@ -784,7 +784,7 @@ namespace chaiscript
}
}
if (prefixed) { t_val.remove_prefix(2); };
if (prefixed) { t_val.remove_prefix(2); }
#ifdef __GNUC__
#pragma GCC diagnostic push