Skip to content

Commit 11bb243

Browse files
authored
Merge pull request #60 from sadeem-albir/patch-1
Update stack.c
2 parents d1376cc + 976ab8a commit 11bb243

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

chapter_4/exercise_4_04/stack.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,6 @@ int getop(char s[])
215215
s[++i] = c = next;
216216
}
217217
}
218-
else
219-
{
220-
c = getch();
221-
}
222218

223219
if (isdigit(c))
224220
{

0 commit comments

Comments
 (0)