mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-11 15:49:38 +00:00
Remove stray semicolons.
This commit is contained in:
parent
a6d68261c6
commit
96fb0df440
@ -44,6 +44,6 @@ enum class DMAFlag: uint16_t {
|
|||||||
BlitterBusy = 1 << 14,
|
BlitterBusy = 1 << 14,
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
}
|
||||||
|
|
||||||
#endif /* Flags_hpp */
|
#endif /* Flags_hpp */
|
||||||
|
@ -21,6 +21,6 @@ struct StateProducer {
|
|||||||
// }
|
// }
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
}
|
||||||
|
|
||||||
#endif /* State_h */
|
#endif /* State_h */
|
||||||
|
Loading…
Reference in New Issue
Block a user