]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix a copy'n paste error spotted by Julian.
authorFlorian Krohm <florian@eich-krohm.de>
Wed, 6 Jun 2012 12:53:14 +0000 (12:53 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Wed, 6 Jun 2012 12:53:14 +0000 (12:53 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@2374

VEX/pub/libvex_ir.h

index 0f82703ac7f4e381a9120c7bba3f5e3886c2d927..22fed0861e7c0086cdfe5e7925d961097b601b81 100644 (file)
@@ -1487,8 +1487,8 @@ typedef IRCmpF64Result IRCmpF128Result;
 
 /* ------------------ Expressions ------------------ */
 
-typedef struct _IRQop IRQop;   /* forward declaration */
-typedef struct _IRQop IRTriop; /* forward declaration */
+typedef struct _IRQop   IRQop;   /* forward declaration */
+typedef struct _IRTriop IRTriop; /* forward declaration */
 
 
 /* The different kinds of expressions.  Their meaning is explained below