forked from soccera/rdo
Fix various formatting mistakes in rdo.c
This commit is contained in:
parent
16ab33147d
commit
dcd1e4061c
1 changed files with 24 additions and 25 deletions
3
rdo.c
3
rdo.c
|
@ -84,6 +84,5 @@ int main(int argc, char** argv) {
|
|||
fprintf(stderr, "Wrong password.\n");
|
||||
tries++;
|
||||
}
|
||||
return -5;
|
||||
return -6;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue