[xiph-commits] r16492 - trunk/theora/lib
giles at svn.xiph.org
giles at svn.xiph.org
Thu Aug 20 16:10:00 PDT 2009
Author: giles
Date: 2009-08-20 16:10:00 -0700 (Thu, 20 Aug 2009)
New Revision: 16492
Modified:
trunk/theora/lib/defexp.awk
Log:
Remove a redundant escape character.
Some awks warn about it having no effect.
Modified: trunk/theora/lib/defexp.awk
===================================================================
--- trunk/theora/lib/defexp.awk 2009-08-20 23:04:42 UTC (rev 16491)
+++ trunk/theora/lib/defexp.awk 2009-08-20 23:10:00 UTC (rev 16492)
@@ -8,7 +8,7 @@
/^\w*;.*/ {next}
# remember and propagate the library name
-/LIBRARY/ {name = $2; print "\# export list for", name; next}
+/LIBRARY/ {name = $2; print "# export list for", name; next}
# skip various other lines
/^\w*NAME/ ||
More information about the commits
mailing list