This commit is contained in:
Johannes Theiner 2018-06-08 17:01:12 +02:00
parent 6dd1dbf486
commit eaf204c594
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ void doCalculation(calctype a, calctype b){
} }
int main(int argc, char** argv, char** envp){ int main(){
calctype a; calctype a;
calctype b; calctype b;