From 3d545ea542dfa1402ec68e8dd69e08b1e7c7f05c Mon Sep 17 00:00:00 2001 From: Rutger Hofman Date: Wed, 22 Apr 2009 16:48:29 +0000 Subject: [PATCH] Forgot one place for instruction -> instruction_t git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1517 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- urjtag/include/instruction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urjtag/include/instruction.h b/urjtag/include/instruction.h index 8ea5a1a4..4f8edb41 100644 --- a/urjtag/include/instruction.h +++ b/urjtag/include/instruction.h @@ -30,7 +30,7 @@ #define MAXLEN_INSTRUCTION 20 -typedef struct instruction instruction; +typedef struct instruction instruction_t; struct instruction {