diff options
author | Juha Vehviläinen <jusu@users.sourceforge.net> | 2002-07-09 12:41:26 +0000 |
---|---|---|
committer | Juha Vehviläinen <jusu@users.sourceforge.net> | 2002-07-09 12:41:26 +0000 |
commit | 9dd68baf0d5ab9c78b350f2e6b60812f336b62fa (patch) | |
tree | 676a714ca501d3f799af9f74ebc5a1eb2f4ab5d7 /Plugins | |
parent | f8d8ce4d35bfbba5391af2a3fbce2ad88f94dd69 (diff) |
changes in header comments
svn path=/trunk/Framestein/; revision=32
Diffstat (limited to 'Plugins')
-rw-r--r-- | Plugins/fs2vf.c | 4 | ||||
-rw-r--r-- | Plugins/vf2fs.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Plugins/fs2vf.c b/Plugins/fs2vf.c index 3d1d4bc..efd479a 100644 --- a/Plugins/fs2vf.c +++ b/Plugins/fs2vf.c @@ -1,9 +1,9 @@ // -// writevf.c +// fs2vf.c // put image data to vframe // // 1st argument is name of shared memory -// to struct vframeimage (see Externals\vframe.h) +// to struct vframeimage (see Patches\vframe.h) // #include <memory.h> diff --git a/Plugins/vf2fs.c b/Plugins/vf2fs.c index 47e856e..32181eb 100644 --- a/Plugins/vf2fs.c +++ b/Plugins/vf2fs.c @@ -1,9 +1,9 @@ // -// readvf.c +// vf2fs.c // used to display vframe objects // // 1st argument is name of shared memory -// to struct vframeimage (see Externals\vframe.h) +// to struct vframeimage (see Patches\vframe.h) // #include <memory.h> |