diff options
| author | Quentin Carbonneaux <[email protected]> | 2017-02-06 14:36:27 -0500 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2017-02-06 14:36:27 -0500 |
| commit | 7e1c1f9f779aa4d55c3cbc9e16a9f8f2884dd3fe (patch) | |
| tree | 1956b81f5c2a9eea51d6bbc9a4071d83874dd492 /main.c | |
| parent | 835b2b4910c19ee2a9411da55080be6b1e30a722 (diff) | |
use uint for block ids
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ data(Dat *d) static void func(Fn *fn) { - int n; + uint n; if (dbg) fprintf(stderr, "**** Function %s ****", fn->name); |
