mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 08:46:53 +08:00
remove trailing ;
This commit is contained in:
parent
b5d81613cf
commit
532f044bd3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user