input.c: Fix line-endings after recent changes.
This commit is contained in:
parent
91bc32dc16
commit
d35ac956d1
|
@ -36,9 +36,9 @@
|
|||
#include <readline/readline.h>
|
||||
#include <readline/history.h>
|
||||
#include <readline/tilde.h>
|
||||
#else
|
||||
#undef MICROPY_USE_READLINE_HISTORY
|
||||
#define MICROPY_USE_READLINE_HISTORY (0)
|
||||
#else
|
||||
#undef MICROPY_USE_READLINE_HISTORY
|
||||
#define MICROPY_USE_READLINE_HISTORY (0)
|
||||
#endif
|
||||
|
||||
char *prompt(char *p) {
|
||||
|
|
Loading…
Reference in New Issue