kaoh / globalplatform

C library + command-line for Open- / GlobalPlatform smart cards
https://kaoh.github.io/globalplatform/
Other
72 stars 30 forks source link

error.h is missing __cplusplus closing } #16

Closed kaoh closed 4 years ago

kaoh commented 12 years ago

Add

ifdef __cplusplus

}

endif

to end of error.h

Reported by: marius-s

kaoh commented 12 years ago

Thanks for the bug report. Will fix this in the branch version.

Original comment by: kaoh

kaoh commented 11 years ago

This needs to be added before the final #endif. trunk r414 has it after the final #endif.

Original comment by: rodders13

kaoh commented 11 years ago

Ok, thanks. Should now be finally made it into the trunk.

Original comment by: kaoh

kaoh commented 4 years ago

Original comment by: kaoh