Updated mkprod.awk for Debian Woody

This commit is contained in:
Michiel Broek
2002-04-15 10:12:08 +00:00
parent 59f2a8cf7d
commit 84b0c3a87c
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ BEGIN {
}
/^[^;]/ {
if ($2 != "DROPPED")
print " {0x" $1 ",\(char \*\)\"" $2 "\"},"
print " {0x" $1 ",(char *)\"" $2 "\"},"
}
END {
print " {0xff,(char*)0L}"