| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -86,7 +86,7 @@ def icu_info(icu_full_path): | |||
| 86 | 86 | if not icu_ver_major: | |
| 87 | 87 | print(' Could not read U_ICU_VERSION_SHORT version from %s' % uvernum_h) | |
| 88 | 88 | sys.exit(1) | |
| 89 | - icu_endianness = sys.byteorder[0]; # TODO(srl295): EBCDIC should be 'e' | ||
| 89 | + icu_endianness = sys.byteorder[0] # TODO(srl295): EBCDIC should be 'e' | ||
| 90 | 90 | return (icu_ver_major, icu_endianness) | |
| 91 | 91 | ||
| 92 | 92 | (icu_ver_major, icu_endianness) = icu_info(options.icusrc) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments