Oops. Remove some ';'s in #defines added by a previous update.

Noticed by:	bde
This commit is contained in:
Garance A Drosehn 2004-03-29 03:03:28 +00:00
parent 627e4a9973
commit c46bb4b3ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127555

View File

@ -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