Skip to content
Snippets Groups Projects
Commit d35ac956 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

input.c: Fix line-endings after recent changes.

parent 91bc32dc
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment