Skip to content

Commit 8c38530

Browse files
committed
Example change that will fail checks
1 parent 33699c7 commit 8c38530

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/hash-table.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,11 @@ typedef void *HashTableValue;
9696
*/
9797
typedef struct _HashTablePair {
9898
HashTableKey key;
99-
HashTableValue value;
99+
HashTableKey value;
100100
} HashTablePair;
101101

102+
// bad comment
103+
102104
/**
103105
* Definition of a @ref HashTableIterator.
104106
*/

0 commit comments

Comments
 (0)