diff options
Diffstat (limited to 'src/endian_check.cpp')
-rw-r--r-- | src/endian_check.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/endian_check.cpp b/src/endian_check.cpp index 5c6d2ecd9..bd6cef649 100644 --- a/src/endian_check.cpp +++ b/src/endian_check.cpp @@ -15,7 +15,8 @@ * * After that it outputs the contents of an include files (endian.h) * that says or TTD_LITTLE_ENDIAN, or TTD_BIG_ENDIAN. Makefile takes - * care of the real writing to the file. */ + * care of the real writing to the file. + */ #include <stdio.h> #include <string.h> |