mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-02-21 01:28:59 +00:00
Change return type of main() to void, to avoid warning.
This commit is contained in:
parent
a04819d630
commit
9376dce5dd
@ -1264,7 +1264,7 @@ copymove2_cleanup:
|
||||
}
|
||||
}
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
void main(int argc, char *argv[]) {
|
||||
if (argc == 2) {
|
||||
quit_to_email = 1;
|
||||
edit(argv[1]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user