summaryrefslogtreecommitdiffstats
path: root/vendor
diff options
context:
space:
mode:
Diffstat (limited to 'vendor')
-rw-r--r--vendor/plugins/rfpdf/lib/rfpdf/makefont.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/plugins/rfpdf/lib/rfpdf/makefont.rb b/vendor/plugins/rfpdf/lib/rfpdf/makefont.rb
index ffc98b48f..bda7a70ef 100644
--- a/vendor/plugins/rfpdf/lib/rfpdf/makefont.rb
+++ b/vendor/plugins/rfpdf/lib/rfpdf/makefont.rb
@@ -1699,7 +1699,7 @@ def MakeFont(fontfile, afmfile, enc = 'cp1252', patch = {}, type = 'TrueType')
s += " def FontDef.cw\n#{w}\n end\n"
s += " def FontDef.enc\n '#{enc}'\n end\n"
- s += " def FontDef.diff\n #{(diff == nil) || (diff == '') ? 'nil' : '\'' + diff '\''}\n end\n"
+ s += " def FontDef.diff\n #{(diff == nil) || (diff == '') ? 'nil' : '\'' + diff + '\''}\n end\n"
basename = File.basename(afmfile, '.*')