diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-11-13 03:28:03 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-11-13 11:58:04 -0800 |
commit | d0809ac060b35a04e7f0bceb96e1868663bd18df (patch) | |
tree | 0159124f313879de7b193eee02183d9abd9854e5 /src/svf | |
parent | 42ef503d37b18d907da16d26e99167566d5aabd1 (diff) |
scan_field_t -> struct scan_field
Remove useless structure typedef.
Diffstat (limited to 'src/svf')
-rw-r--r-- | src/svf/svf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svf/svf.c b/src/svf/svf.c index 4dea968f..348145d9 100644 --- a/src/svf/svf.c +++ b/src/svf/svf.c @@ -764,7 +764,7 @@ static int svf_run_command(struct command_context_s *cmd_ctx, char *cmd_str) // for XXR svf_xxr_para_t *xxr_para_tmp; uint8_t **pbuffer_tmp; - scan_field_t field; + struct scan_field field; // for STATE tap_state_t *path = NULL, state; |