Fixed forgotten type identifier in clean_src

This commit is contained in:
LexManos 2012-03-14 16:46:03 -07:00
parent 2a8a89ee14
commit 09725ae326
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ if __name__ == '__main__':
ret = match.group('full').rstrip('0')
if ret[-1] == '.':
ret += '0'
return ret
return ret + match.group('type')
buf = trailing.sub(strip_zeros_match, buf) #Strip trailing zeroes: 1.0040D -> 1.004D