diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-02-17 03:55:38 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-02-17 03:55:38 +0000 |
commit | b10a44f7e32f5a86afa927d78eaa50d62aa84e59 (patch) | |
tree | 3e7b217868e929ead5d618f0579c410e0bef040b | |
parent | e94a3184e40e585061f9951b31fbbf482a07e740 (diff) |
fixed unescaped commas
svn path=/trunk/externals/cxc/; revision=15969
-rw-r--r-- | cxc-meta.pd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cxc-meta.pd b/cxc-meta.pd index c202e65..4a180c7 100644 --- a/cxc-meta.pd +++ b/cxc-meta.pd @@ -3,7 +3,7 @@ #X text 10 10 META this is a prototype of a libdir meta file; #X text 10 30 NAME cxc; #X text 10 50 AUTHOR jdl@xdv.org; -#X text 10 70 DESCRIPTION library of randoms, averages, and system tools; +#X text 10 70 DESCRIPTION library of randoms \, averages \, and system tools; #X text 10 90 LICENSE ; #X text 10 110 VERSION 0.5.1; #X restore 10 10 pd META; |