From: cpg Date: Fri, 11 Aug 2000 21:38:43 +0000 (+0000) Subject: cosmetic change X-Git-Tag: V2.12.0~3248 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=41b0d8f5d0b2820e496429f628d0306498fcafc1;p=cc65 cosmetic change git-svn-id: svn://svn.cc65.org/cc65/trunk@272 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/include/fcntl.h b/include/fcntl.h index 76fe91d6b..0c3179402 100644 --- a/include/fcntl.h +++ b/include/fcntl.h @@ -47,7 +47,7 @@ #define O_APPEND 0x40 -/* types */ +/* Types */ typedef long int off_t;