diff options
author | carregal <carregal> | 2006-03-10 23:37:32 +0000 |
---|---|---|
committer | carregal <carregal> | 2006-03-10 23:37:32 +0000 |
commit | 44e60e8b0c66e97916f04cff2f8112fbafa887b6 (patch) | |
tree | 87504b67d86cc97448bdce2e1084b72eee415ee4 /src/lfs.c | |
parent | 55be9b2227297433a055aed54e9def50ae8f99a3 (diff) | |
download | luafilesystem-44e60e8b0c66e97916f04cff2f8112fbafa887b6.tar.gz luafilesystem-44e60e8b0c66e97916f04cff2f8112fbafa887b6.tar.bz2 luafilesystem-44e60e8b0c66e97916f04cff2f8112fbafa887b6.zip |
Comments update - minor details
Diffstat (limited to 'src/lfs.c')
-rw-r--r-- | src/lfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** LuaFileSystem | 2 | ** LuaFileSystem |
3 | ** Copyright Kepler Project 2003-2006 (http://www.keplerproject.org/luafilesystem) | 3 | ** Copyright Kepler Project 2004-2006 (http://www.keplerproject.org/luafilesystem) |
4 | ** | 4 | ** |
5 | ** File system manipulation library. | 5 | ** File system manipulation library. |
6 | ** This library offers these functions: | 6 | ** This library offers these functions: |
@@ -14,7 +14,7 @@ | |||
14 | ** lfs.touch (filepath [, atime [, mtime]]) | 14 | ** lfs.touch (filepath [, atime [, mtime]]) |
15 | ** lfs.unlock (fh) | 15 | ** lfs.unlock (fh) |
16 | ** | 16 | ** |
17 | ** $Id: lfs.c,v 1.29 2006/03/10 22:38:11 carregal Exp $ | 17 | ** $Id: lfs.c,v 1.30 2006/03/10 23:37:32 carregal Exp $ |
18 | */ | 18 | */ |
19 | 19 | ||
20 | #include <errno.h> | 20 | #include <errno.h> |