mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-17 11:00:59 -05:00
Name vtable structure types more consistently.
Now they're all called FooVtable, instead of a mixture of that and Foo_vtable.
This commit is contained in:
@ -275,7 +275,7 @@ int cmdline_process_param(const char *p, char *value,
|
||||
const char *comma = strchr(p, ',');
|
||||
if (comma) {
|
||||
char *prefix = dupprintf("%.*s", (int)(comma - p), p);
|
||||
const struct Backend_vtable *vt =
|
||||
const struct BackendVtable *vt =
|
||||
backend_vt_from_name(prefix);
|
||||
|
||||
if (vt) {
|
||||
|
Reference in New Issue
Block a user