From 9dd68baf0d5ab9c78b350f2e6b60812f336b62fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Tue, 9 Jul 2002 12:41:26 +0000 Subject: changes in header comments svn path=/trunk/Framestein/; revision=32 --- Plugins/fs2vf.c | 4 ++-- 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 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 -- cgit v1.2.1