summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1998-07-02 14:07:31 +0000
committersos <sos@FreeBSD.org>1998-07-02 14:07:31 +0000
commitefeefce1534041ac3f76ec876e2f4fafee865373 (patch)
tree3dacb3c65aef9462e9476a9df28293421932d946
parentb262a6b558bdb0169369405a21b341427b264e35 (diff)
downloadFreeBSD-src-efeefce1534041ac3f76ec876e2f4fafee865373.zip
FreeBSD-src-efeefce1534041ac3f76ec876e2f4fafee865373.tar.gz
Add missing ')'..
Doesn't anybody TEST code before committing.... This is the X'th time these laste couble of days...
-rw-r--r--usr.bin/doscmd/intff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/doscmd/intff.c b/usr.bin/doscmd/intff.c
index ae86ac5..a32c646 100644
--- a/usr.bin/doscmd/intff.c
+++ b/usr.bin/doscmd/intff.c
@@ -29,7 +29,7 @@
*
* BSDI intff.c,v 2.2 1996/04/08 19:32:56 bostic Exp
*
- * $Id: intff.c,v 1.3 1998/07/01 19:56:17 imp Exp $
+ * $Id: intff.c,v 1.4 1998/07/02 05:12:53 imp Exp $
*/
#include "doscmd.h"
@@ -450,7 +450,7 @@ int2f11_lseek(regcontext_t *REGS)
off_t offset;
fd = r_sft->fd;
- offset = (off_t) ((int) ((R_CX << 16) + R_DX);
+ offset = (off_t) ((int) ((R_CX << 16) + R_DX));
debug(D_REDIR,"lseek(%d, 0x%qx, SEEK_END)\n", fd, offset);
OpenPOWER on IntegriCloud