diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-10-23 09:24:21 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-10-23 09:24:21 (GMT) |
commit | b14b2ac87e83f6ca78e02fd202d83adff6e51cfb (patch) | |
tree | ef8e82bfe8e93cd5d05b724b1462d6981ea86454 /compat | |
parent | c0a46f57a92bfb3887bb98eb4a6e069b18a3157f (diff) | |
parent | b62931f5f70349b1b58743a20f2f1a74b8877353 (diff) | |
download | tk-b14b2ac87e83f6ca78e02fd202d83adff6e51cfb.zip tk-b14b2ac87e83f6ca78e02fd202d83adff6e51cfb.tar.gz tk-b14b2ac87e83f6ca78e02fd202d83adff6e51cfb.tar.bz2 |
consistant use of mode: objc for OSX, strip spaces from the end of lines
Diffstat (limited to 'compat')
-rw-r--r-- | compat/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/unistd.h b/compat/unistd.h index 9064b06..be966cc 100644 --- a/compat/unistd.h +++ b/compat/unistd.h @@ -23,7 +23,7 @@ #define NULL 0 #endif -/* +/* * Strict POSIX stuff goes here. Extensions go down below, in the ifndef * _POSIX_SOURCE section. */ |