changeset 1537:f9816e12c724 trunk

[svn] - Fix misspelling of flac (bug #545)
author nhjm449
date Tue, 08 Aug 2006 22:39:42 -0700
parents 984c99a1fb2e
children fe671cb74bf9
files ChangeLog configure.ac
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Aug 08 12:33:55 2006 -0700
+++ b/ChangeLog	Tue Aug 08 22:39:42 2006 -0700
@@ -1,3 +1,12 @@
+2006-08-08 19:33:55 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [1986]
+  - oops
+  
+
+  Changes:        Modified:
+  +1 -1           trunk/Plugins/Visualization/paranormal/client.c  
+
+
 2006-08-08 17:06:12 +0000  Giacomo Lozito <james@develia.org>
   revision [1984]
   - fixed default values for libnotify plugin
--- a/configure.ac	Tue Aug 08 12:33:55 2006 -0700
+++ b/configure.ac	Tue Aug 08 22:39:42 2006 -0700
@@ -436,7 +436,7 @@
 fi
 
 dnl *** flac
-AC_ARG_ENABLE( flc,
+AC_ARG_ENABLE( flac,
 [  --disable-flac          disable flac input plugin (default=enabled)],,
                 enable_flac="yes")