You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
415 B
13 lines
415 B
|
19 years ago
|
Index: calc.c
|
||
|
|
--- calc.c.orig 2006-06-11 02:43:50 +0200
|
||
|
|
+++ calc.c 2007-01-04 08:57:59 +0100
|
||
|
|
@@ -512,7 +512,7 @@
|
||
|
|
printf("Calc is open software. For license details "
|
||
|
|
"type: help copyright\n");
|
||
|
|
printf("[%s]\n\n",
|
||
|
|
- "Type \"exit\" to exit, or \"help\" for help.");
|
||
|
|
+ "Type \"exit\" to exit, or \"help help\" for help.");
|
||
|
|
}
|
||
|
|
switch (hist_init(calcbindings)) {
|
||
|
|
case HIST_NOFILE:
|