Skip to content

Commit

Permalink
Example change that will fail checks
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed Dec 17, 2024
1 parent 01e2c74 commit fd0a72b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/hash-table.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,11 @@ typedef void *HashTableValue;
*/
typedef struct _HashTablePair {
HashTableKey key;
HashTableValue value;
HashTableKey value;
} HashTablePair;

// bad comment

/**
* Definition of a @ref HashTableIterator.
*/
Expand Down

0 comments on commit fd0a72b

Please sign in to comment.