]> granicus.if.org Git - zziplib/commitdiff
indent #define
authorGuido Draheim <guidod@gmx.de>
Tue, 11 May 2004 17:59:10 +0000 (17:59 +0000)
committerGuido Draheim <guidod@gmx.de>
Tue, 11 May 2004 17:59:10 +0000 (17:59 +0000)
 (docs/zzip-cryptoid.htm)

docs/zzip-cryptoid.htm

index 072deace1f4ff98f43f4f90592ca0702e84b5ce4..5a63b7c7b6a2d7dd91b53dab8d10d280f94b8dd0 100644 (file)
@@ -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:
-<br><code>#define tell(fd) lseek(fd,0,SEEK_CUR)
+<br><code> <> <> <> <> #define tell(fd) lseek(fd,0,SEEK_CUR)
 </P>
 
 <P>