X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/6df8474bd803da1b2937273edfec0ce9d0298fef..8745028112be35e3f0409a5a089146d25fd3acc9:/Console.cpp diff --git a/Console.cpp b/Console.cpp index a7e0929..883f03f 100644 --- a/Console.cpp +++ b/Console.cpp @@ -387,7 +387,7 @@ static char **Complete(const char *word, int start, int end) { // need char *, not const char * static char name_[] = "cycript"; -static char break_[] = " \t\n\"\\'`@$><=;|&{(" ")}" ".:[]"; +static char break_[] = " \t\n\"\\'`@><=;|&{(" ")}" ".:[]"; class History { private: