commit | ab465bb1f32946972427d050b0a28ade9a43afdc | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Thu Apr 17 15:16:03 2025 +0200 |
committer | Martin Storsjö <martin@martin.st> | Sun May 25 15:21:14 2025 +0300 |
tree | 8ce67cf7dd3f28ddc968412d9430fa197c487946 | |
parent | b5b9eb9bf8a04853c1d4b69a2e37ac643320326b [diff] |
crt: exe: Remove global variable mainret Replace it by the local variable ret, as its value is used only in the __tmainCRTStartup() function. Signed-off-by: Martin Storsjö <martin@martin.st>