diff options
author | HampusM <hampus@hampusmat.com> | 2022-01-07 17:18:30 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-01-07 17:18:30 +0100 |
commit | 02dee3370f1420b208c546194ac67322fe563a24 (patch) | |
tree | 183df0b5267c233d658f0fd3cb5bfd87eb11b402 /src/mazerator.c | |
parent | 813c98b028c9ba484fb5b21a60067ae35cc925ff (diff) |
refactor: add explicit int types
Diffstat (limited to 'src/mazerator.c')
-rw-r--r-- | src/mazerator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mazerator.c b/src/mazerator.c index c624dc3..9926c1e 100644 --- a/src/mazerator.c +++ b/src/mazerator.c @@ -145,7 +145,6 @@ int main(int argc, char *argv[]) } srand(*seed); - free(seed); if (start_x == NULL) |