mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 02:56:22 +00:00
Simplify _executable_autocomplete()
This commit is contained in:
@@ -4135,11 +4135,8 @@ _executable_autocomplete(ProfWin* window, const char* const input, gboolean prev
|
|||||||
char* result = NULL;
|
char* result = NULL;
|
||||||
|
|
||||||
result = autocomplete_param_with_ac(input, "/executable", executable_ac, TRUE, previous);
|
result = autocomplete_param_with_ac(input, "/executable", executable_ac, TRUE, previous);
|
||||||
if (result) {
|
|
||||||
return result;
|
|
||||||
}
|
|
||||||
|
|
||||||
return NULL;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
static char*
|
static char*
|
||||||
|
|||||||
Reference in New Issue
Block a user