diff options
| author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-10-23 17:12:30 +0000 |
|---|---|---|
| committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-10-23 17:12:30 +0000 |
| commit | b40fb8592fe58ab4bfe7a7f1f36b7751410274e3 (patch) | |
| tree | a777c194561c87f3a0ea9569269a1e495da935a8 /src/xine-engine/nvtvd.c | |
| parent | c43b6812efee912659fd512e26ecab0dbba912cc (diff) | |
| download | xine-lib-b40fb8592fe58ab4bfe7a7f1f36b7751410274e3.tar.gz xine-lib-b40fb8592fe58ab4bfe7a7f1f36b7751410274e3.tar.bz2 | |
fix comments, c syntax
CVS patchset: 2967
CVS date: 2002/10/23 17:12:30
Diffstat (limited to 'src/xine-engine/nvtvd.c')
| -rw-r--r-- | src/xine-engine/nvtvd.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/xine-engine/nvtvd.c b/src/xine-engine/nvtvd.c index c2124dfef..5a9f2d84a 100644 --- a/src/xine-engine/nvtvd.c +++ b/src/xine-engine/nvtvd.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2000-2002 the xine project * - * This file is part of xine, a unix video player. + * This file is part of xine, a free video player. * * xine is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: nvtvd.c,v 1.2 2002/06/26 15:57:47 jkeil Exp $ + * $Id: nvtvd.c,v 1.3 2002/10/23 17:12:32 guenter Exp $ * * nvtvd - Routines for communication with nvtvd. * @@ -52,7 +52,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: nvtvd.c,v 1.2 2002/06/26 15:57:47 jkeil Exp $ + * $Id: nvtvd.c,v 1.3 2002/10/23 17:12:32 guenter Exp $ * * Contents: * @@ -158,7 +158,7 @@ void pipeWriteList (FILE *pipe, int size, void *list); * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: nvtvd.c,v 1.2 2002/06/26 15:57:47 jkeil Exp $ + * $Id: nvtvd.c,v 1.3 2002/10/23 17:12:32 guenter Exp $ * * Contents: * @@ -583,7 +583,7 @@ CardPtr back_client_init (void) * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: nvtvd.c,v 1.2 2002/06/26 15:57:47 jkeil Exp $ + * $Id: nvtvd.c,v 1.3 2002/10/23 17:12:32 guenter Exp $ * * Contents: * |
