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

pull/1179/merge
Paul Sokolovsky 2015-04-10 23:01:58 +03:00
rodzic 91bc32dc16
commit d35ac956d1
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -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) {