|
From: <lor...@us...> - 2006-11-12 09:23:51
|
Revision: 257
http://svn.sourceforge.net/mp3roaster/?rev=257&view=rev
Author: lorenzo1
Date: 2006-11-12 01:23:45 -0800 (Sun, 12 Nov 2006)
Log Message:
-----------
fixed missing semicolon in mp3roasterrc.
Modified Paths:
--------------
trunk/mp3roaster/mp3roasterrc
Modified: trunk/mp3roaster/mp3roasterrc
===================================================================
--- trunk/mp3roaster/mp3roasterrc 2006-11-10 06:20:24 UTC (rev 256)
+++ trunk/mp3roaster/mp3roasterrc 2006-11-12 09:23:45 UTC (rev 257)
@@ -20,7 +20,7 @@
# cdrskin http://scdbackup.sourceforge.net/cdrskin_eng.html A front-end to
# libburn http://libburn.pykix.org that is compatible with cdrecord
#
-$config_cdr_app = "cdrskin"
+$config_cdr_app = "cdrskin";
#
# CDR DEV
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|