Skip to content

Commit 739df9f

Browse files
author
Nat!
committed
argh
1 parent 2825aa3 commit 739df9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mulle-objc-signature.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ static int types_are_compatible( char *a, size_t a_len,
11991199
//
12001200
}
12011201

1202-
return( ! strncmp( a, b, _len < b_len ? a_len : b_len));
1202+
return( ! strncmp( a, b, a_len < b_len ? a_len : b_len));
12031203
}
12041204

12051205

0 commit comments

Comments
 (0)