From: Guido Draheim Date: Tue, 11 May 2004 17:59:10 +0000 (+0000) Subject: indent #define X-Git-Tag: v0.13.48~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6eb23d0d67140ec60546df07ab961255768b3d4b;hp=86ce40c438c78e497039102436c346e9cac24e30;p=zziplib indent #define (docs/zzip-cryptoid.htm) --- diff --git a/docs/zzip-cryptoid.htm b/docs/zzip-cryptoid.htm index 072deac..5a63b7c 100644 --- a/docs/zzip-cryptoid.htm +++ b/docs/zzip-cryptoid.htm @@ -66,7 +66,7 @@ posix, you can emulate it with the posix lseek() call which returns the resulting offset after the operation was performed, so we just seek by a zero offset: -
#define tell(fd) lseek(fd,0,SEEK_CUR) +
<> <> <> <> #define tell(fd) lseek(fd,0,SEEK_CUR)