aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2006-05-22 05:55:59 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2006-05-22 05:55:59 +0000
commit4c4664721edb7f9f7b9886a881d913e4dff2043a (patch)
tree8aa133e776b518cd38ec44889d875894257580d7 /tools
parenta79553b3af5327883f616a166db8fc2c4666bf70 (diff)
bug fix, one space missing
svn path=/trunk/; revision=18204
Diffstat (limited to 'tools')
-rwxr-xr-xtools/asn2wrs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/asn2wrs.py b/tools/asn2wrs.py
index 3bda1f51f4..96a3846e00 100755
--- a/tools/asn2wrs.py
+++ b/tools/asn2wrs.py
@@ -2853,7 +2853,7 @@ class EnumeratedType (Type):
return pars
def eth_type_default_table(self, ectx, tname):
- if (not ectx.Per()): return ''
+ if (not ectx.Per()): return ''
map_table = self.get_vals_etc(ectx)[3]
if (map_table == None): return ''
table = "static guint32 %(TABLE)s[%(ROOT_NUM)s+%(EXT_NUM)s] = {"