summaryrefslogtreecommitdiffstats
path: root/kghostview/dscparse/dscparse.cpp
diff options
context:
space:
mode:
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:")) {