mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove an extraneous )
Not approved by: maintainer I'm guessing that this is trivial enough to sidestep approval.
This commit is contained in:
parent
c7c7cac2fb
commit
2f371b0268
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue