# HG changeset patch # User Mychaela Falconia # Date 1584080835 0 # Node ID 21d38dce4d15aba23fd20800dd853c19c55d365c # Parent 2aa78da4033bf1a0003c2c774cb8dae084a62184 fluid-mnf: removed silly wait for RETURN from no-arguments display diff -r 2aa78da4033b -r 21d38dce4d15 fluid-mnf/fluid.c --- a/fluid-mnf/fluid.c Fri Mar 13 06:16:57 2020 +0000 +++ b/fluid-mnf/fluid.c Fri Mar 13 06:27:15 2020 +0000 @@ -213,9 +213,9 @@ // "Please read the README file for notes and other info and read the\n" // "HISTORY file to see what has happened with fluid since last release.\n" // "\n" - "Press RETURN to exit...\n" +// "Press RETURN to exit...\n" ); - getchar(); +// getchar(); } static void main_example(int type)