Removed Tab at the end of File.
While it worked with gcc 4.3, gcc 4.2 would throw the error "no newline at end of file".
This commit is contained in:
parent
86c29452f9
commit
a8b9d5ae52
|
@ -85,4 +85,3 @@ typedef unsigned TYPE_OF_SIZE_4 UInt32;
|
||||||
#undef TYPE_OF_SIZE_4
|
#undef TYPE_OF_SIZE_4
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue