about summary refs log tree commit diff
path: root/generator
diff options
context:
space:
mode:
Diffstat (limited to 'generator')
-rw-r--r--generator/pbmtextps.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/generator/pbmtextps.c b/generator/pbmtextps.c
index 46d53ac6..2a1173de 100644
--- a/generator/pbmtextps.c
+++ b/generator/pbmtextps.c
@@ -248,11 +248,8 @@ formatNonemptyAscii85(const char * const inbuff,
 
     for (inIdx = startIdx; inIdx <= endIdx; ++inIdx) {
       switch (inbuff[inIdx]) {
-        case '<':
       case '~':
-      case '>':
-          pm_error("Misplaced character '%c' in Ascii 85 input string",
-                   inbuff[inIdx]);
+          pm_error("Misplaced character '~' in Ascii 85 input string");
           break;
       case '\f':
       case '\n':