Add missing \'s to sparse DESCRIPTION to unbork the parsing.
authorChris Larson <clarson@kergoth.com>
Mon, 13 Sep 2004 22:38:26 +0000 (22:38 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 13 Sep 2004 22:38:26 +0000 (22:38 +0000)
BKrev: 41462162Onl4dQFU5yf0rnXKBl0MnA

sparse/sparse_snapshot.oe

index 3c49eb4..102bb04 100644 (file)
@@ -8,8 +8,8 @@ def get_snapshot_date(d):
        d = cvsdate[6:8]
        return "%s-%s-%s" % (y, m, d)
 
-DESCRIPTION = "Sparse is a semantic parser of source files: it's neither a
-compiler (although it could be used as a front-end for one) nor is it a
+DESCRIPTION = "Sparse is a semantic parser of source files: it's neither a \
+compiler (although it could be used as a front-end for one) nor is it a \
 preprocessor (although it contains as a part of it a preprocessing phase)."
 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
 PV = "0.0${CVSDATE}"