diff --git a/du5/program.c b/du5/program.c index 54019f4..82ddc60 100644 --- a/du5/program.c +++ b/du5/program.c @@ -62,7 +62,7 @@ int main() { for(int i = 0; i < 100; i++) myEntries[i] = (struct entry*) calloc(1, sizeof(struct entry)); char inputs[100][50]; //input - strcpy(inputs[0], "('-_-)") + strcpy(inputs[0], "('-_-)"); int counter; //counter char symbol; //current symbol char* number1 = (char*) calloc(25, sizeof(char)); //temporary points