Update exePrintSignalDisposition.c

a small fix
This commit is contained in:
Guanqiang Han 2025-08-14 23:57:34 +08:00 committed by GitHub
parent 82f25b2632
commit 6077719cd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -92,6 +92,6 @@ int main(int argc, char** argv) {
printf("%s\n", buf);
#endif
}
return 0;
}