omit keyword 'struct'

This commit is contained in:
Robert Swiecki
2018-02-10 15:50:12 +01:00
parent 01606a0707
commit 4494deffa7
30 changed files with 120 additions and 120 deletions

2
cpu.h
View File

@@ -28,7 +28,7 @@
namespace cpu {
bool initCpu(struct nsjconf_t* nsjconf);
bool initCpu(nsjconf_t* nsjconf);
} // namespace cpu