summaryrefslogtreecommitdiffstats
path: root/4/10.c
diff options
context:
space:
mode:
authorSadeep Madurange <smadurange@users.noreply.github.com>2021-12-16 17:59:58 +0800
committerSadeep Madurange <smadurange@users.noreply.github.com>2021-12-16 17:59:58 +0800
commitc9e51832c6646f9813100bc098b7f5b38aff0433 (patch)
tree4c80c5621637356c262488faca3b60fb702e6ddd /4/10.c
parent32b3878058a646a4cdae979943fd2873acad5922 (diff)
downloadk&r-exercises-c9e51832c6646f9813100bc098b7f5b38aff0433.tar.gz
4.10
Diffstat (limited to '4/10.c')
-rw-r--r--4/10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/4/10.c b/4/10.c
index bc098a5..d01a14f 100644
--- a/4/10.c
+++ b/4/10.c
@@ -27,7 +27,7 @@ int main(int argc, char *argv[]) {
int type, op1, op2;
char s[MAXOP];
- printf("Press CTRL+C to exit\n");
+ printf("Press Ctrl+D to exit\n");
while (mgetline()) {
while (type == getop(s) != 0) {