Add missing ')'..

Doesn't anybody TEST code before committing....

This is the X'th time these laste couble of days...
This commit is contained in:
Søren Schmidt 1998-07-02 14:07:31 +00:00
parent 936f266f99
commit 66fa510625

View File

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