Skip to content

Commit

Permalink
disasm: minor change to null output
Browse files Browse the repository at this point in the history
  • Loading branch information
Benabik committed Aug 7, 2012
1 parent fd43c3d commit 1e6843f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/disasm.winxed
Expand Up @@ -61,7 +61,7 @@ function main[main](var argv) {
s = v[i];
print(string(i));
if(s == null) {
say(' (null)');
say(' # null');
} else {
say(' ' + encoding_name(s) + ' "' + escape(s) + '"');
sc_map[s] = i;
Expand Down

0 comments on commit 1e6843f

Please sign in to comment.