aboutsummaryrefslogtreecommitdiff
path: root/modules/pdp_ieee1394l.c
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2010-05-18 14:23:16 +0000
committerN.N. <sevyves@users.sourceforge.net>2010-05-18 14:23:16 +0000
commit272b09c228fea30aeb5a51be8ce64216a70f9913 (patch)
tree30b144856db2888bce2cc4787d0949515042f947 /modules/pdp_ieee1394l.c
parentf539014b68b12bbfdce2b41ae45f641b29d0e2f9 (diff)
simplify credits
svn path=/trunk/externals/pidip/; revision=13561
Diffstat (limited to 'modules/pdp_ieee1394l.c')
-rwxr-xr-xmodules/pdp_ieee1394l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pdp_ieee1394l.c b/modules/pdp_ieee1394l.c
index bab80e6..6b94924 100755
--- a/modules/pdp_ieee1394l.c
+++ b/modules/pdp_ieee1394l.c
@@ -528,7 +528,7 @@ extern "C"
void pdp_ieee1394_setup(void)
{
- post( " pdp_ieee1394 : linux dv interface by Lluis Gomez i Bigorda (lluisgomez@hangar.org)" );
+ // post( " pdp_ieee1394 : linux dv interface by Lluis Gomez i Bigorda (lluisgomez@hangar.org)" );
pdp_ieee1394_class = class_new(gensym("pdp_ieee1394"), (t_newmethod)pdp_ieee1394_new,
(t_method)pdp_ieee1394_free, sizeof(t_pdp_ieee1394), 0, A_DEFSYMBOL, A_DEFSYMBOL, A_NULL);