From f7772ccb490c3f26a17a0fd15a251ffc5f49e262 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Fri, 27 Jan 2012 16:47:48 +0000 Subject: build: cleanup src/xsvf directory Change-Id: I5325980b240fba841d8cce81985f4da369ad9052 Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/410 Tested-by: jenkins --- src/xsvf/xsvf.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/xsvf/xsvf.h') diff --git a/src/xsvf/xsvf.h b/src/xsvf/xsvf.h index 7ce37113..508e603c 100644 --- a/src/xsvf/xsvf.h +++ b/src/xsvf/xsvf.h @@ -17,6 +17,7 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ + #ifndef XSVF_H #define XSVF_H @@ -24,7 +25,7 @@ int xsvf_register_commands(struct command_context *cmd_ctx); -#define ERROR_XSVF_EOF (-200) -#define ERROR_XSVF_FAILED (-201) +#define ERROR_XSVF_EOF (-200) +#define ERROR_XSVF_FAILED (-201) -#endif /* XSVF_H */ +#endif /* XSVF_H */ -- cgit v1.2.3-18-g5258