summaryrefslogtreecommitdiffstats
path: root/khtml/misc/makeattrs
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/misc/makeattrs')
-rw-r--r--khtml/misc/makeattrs2
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/misc/makeattrs b/khtml/misc/makeattrs
index 48a02c045..1cf3c4b79 100644
--- a/khtml/misc/makeattrs
+++ b/khtml/misc/makeattrs
@@ -72,7 +72,7 @@ print header "const char* getAttrName(unsigned short id) KDE_NO_EXPORT;\n";
print header "\n#endif\n";
close header;
-my $result = system("/bin/sh", "-c", "gperf -c -a -L 'ANSI-C' -P -G -D -E -C -o -t -k '*' -NfindAttr -Hhash_attr -Wwordlist_attr -Qspool_attr -s 2 htmlattrs.gperf > htmlattrs.c");
+my $result = system("/bin/sh", "-c", "gperf -c -a -L 'ANSI-C' -P -G -D -E -C -o -t -k '*' -NtqfindAttr -Hhash_attr -Wwordlist_attr -Qspool_attr -s 2 htmlattrs.gperf > htmlattrs.c");
if ($result) {
unlink "htmlattrs.c";
exit $result;