Simplified autocompleters and command history
This commit is contained in:
@@ -154,7 +154,7 @@ prefs_close(void)
|
||||
}
|
||||
|
||||
char *
|
||||
prefs_autocomplete_boolean_choice(char *prefix)
|
||||
prefs_autocomplete_boolean_choice(const char * const prefix)
|
||||
{
|
||||
return autocomplete_complete(boolean_choice_ac, prefix, TRUE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user