fixed spacing in the headers to get rid of some warnings and some other
little minor spacing issues.
This commit is contained in:
@@ -57,4 +57,6 @@
|
||||
typedef struct {
|
||||
int a, b, c, d;
|
||||
} byte16;
|
||||
|
||||
#define COPY_16(a,b) (*((byte16 *)(a))= *((byte16 *)(b)))
|
||||
|
||||
|
Reference in New Issue
Block a user