summaryrefslogtreecommitdiffstats
path: root/kghostview/dscparse/dscparse.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-13 00:25:47 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-06-03 19:30:05 +0200
commite842e1de9df9b2d1ec2bea9c6a12f6371cd82ffa (patch)
tree33332ec7fb974491bc57aa4ed326407792a44f61 /kghostview/dscparse/dscparse.cpp
parentb93ebd692de461b59ce2db6181b08d736d37a423 (diff)
downloadtdegraphics-e842e1de9df9b2d1ec2bea9c6a12f6371cd82ffa.tar.gz
tdegraphics-e842e1de9df9b2d1ec2bea9c6a12f6371cd82ffa.zip
Fix inadvertent "TQ" changes.
(cherry picked from commit ca4b0c6d6aef469eede468b405ea89e119da3626)
Diffstat (limited to 'kghostview/dscparse/dscparse.cpp')
-rw-r--r--kghostview/dscparse/dscparse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kghostview/dscparse/dscparse.cpp b/kghostview/dscparse/dscparse.cpp
index b02fb117..7b85395f 100644
--- a/kghostview/dscparse/dscparse.cpp
+++ b/kghostview/dscparse/dscparse.cpp
@@ -2197,7 +2197,7 @@ dsc_scan_comments(CDSC *dsc)
dsc_unknown(dsc);
}
else if (IS_DSC(line, "%%Requirements:")) {
- dsc->id = CDSC_RETQUIREMENTS;
+ dsc->id = CDSC_REQUIREMENTS;
/* ignore */
}
else if (IS_DSC(line, "%%DocumentNeededFonts:")) {