diff options
Diffstat (limited to 'include/byte.h')
-rw-r--r-- | include/byte.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/byte.h b/include/byte.h index f437341..04337e8 100644 --- a/include/byte.h +++ b/include/byte.h @@ -16,6 +16,6 @@ extern int byte_diff(); extern void byte_zero(); extern void byte_fill(); -#define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) +#define byte_equal(s, n, t) (!byte_diff((s), (n), (t))) #endif |