mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 09:37:08 -04:00
Oops. Remove some ';'s in #defines added by a previous update.
Noticed by: bde
This commit is contained in:
parent
627e4a9973
commit
c46bb4b3ff
1 changed files with 2 additions and 2 deletions
|
|
@ -82,10 +82,10 @@ __FBSDID("$FreeBSD$");
|
|||
#define T_SEP "," /* "Terminate-element" list separators */
|
||||
|
||||
#ifdef LAZY_PS
|
||||
#define DEF_UREAD 0;
|
||||
#define DEF_UREAD 0
|
||||
#define OPT_LAZY_f "f"
|
||||
#else
|
||||
#define DEF_UREAD 1; /* Always do the more-expensive read. */
|
||||
#define DEF_UREAD 1 /* Always do the more-expensive read. */
|
||||
#define OPT_LAZY_f /* I.e., the `-f' option is not added. */
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue