Remove an extraneous )

Not approved by: maintainer

I'm guessing that this is trivial enough to sidestep approval.
This commit is contained in:
Brian Somers 2002-05-15 12:25:11 +00:00
parent c7c7cac2fb
commit 2f371b0268

View File

@ -112,7 +112,7 @@ typedef U32 BF;
typedef unsigned char BOOL;
#endif
#if !defined(__FAR__))
#if !defined(__FAR__)
# if defined(__BORLANDC__)
# define __FAR__ far
# else