From 689e9664b00a81b637d82e990096338a10c4b720 Mon Sep 17 00:00:00 2001 From: zwelch Date: Fri, 5 Jun 2009 00:42:52 +0000 Subject: Eliminate MixedCaps symbol from public JTAG TAP API: - Purely mechanical transformations to the source files. - Rename 'jtag_TapByString' as 'jtag_tap_by_string.' git-svn-id: svn://svn.berlios.de/openocd/trunk@2065 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/xsvf/xsvf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xsvf/xsvf.c') diff --git a/src/xsvf/xsvf.c b/src/xsvf/xsvf.c index f11ca677..4ede9fc9 100644 --- a/src/xsvf/xsvf.c +++ b/src/xsvf/xsvf.c @@ -232,7 +232,7 @@ static int handle_xsvf_command(struct command_context_s *cmd_ctx, char *cmd, cha if (strcmp(args[0], "plain") != 0) { - tap = jtag_TapByString( args[0] ); + tap = jtag_tap_by_string( args[0] ); if (!tap ) { command_print( cmd_ctx, "Tap: %s unknown", args[0] ); -- cgit v1.2.3