aboutsummaryrefslogtreecommitdiffstats
path: root/include/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/types.h b/include/types.h
index 8a861bc0a..e13b11a69 100644
--- a/include/types.h
+++ b/include/types.h
@@ -48,7 +48,7 @@
#undef byte /* maybe there is a macro with this name */
#ifndef __riscos__
typedef unsigned char byte;
-#else
+#else
/* Norcroft treats char = unsigned char as legal assignment
but char* = unsigned char* as illegal assignment
and the same applies to the signed variants as well */