Skip to content

common: fix BoltError to be a typedef

Christian Kellner requested to merge gicmo/bolt:bolterror_enum into master

It was always meant to be a typedef not a (tentative) definition of a global variable.

Merge request reports