From c9e51832c6646f9813100bc098b7f5b38aff0433 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Thu, 16 Dec 2021 17:59:58 +0800 Subject: 4.10 --- 4/10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3