summaryrefslogtreecommitdiff
path: root/test-treap.c
diff options
context:
space:
mode:
Diffstat (limited to 'test-treap.c')
-rw-r--r--test-treap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-treap.c b/test-treap.c
index ab8c951..294d7ee 100644
--- a/test-treap.c
+++ b/test-treap.c
@@ -31,7 +31,7 @@ static void strtonode(struct int_node *item, const char *s)
int main(int argc, char *argv[])
{
struct strbuf sb = STRBUF_INIT;
- struct trp_root root = { ~0 };
+ struct trp_root root = { ~0U };
uint32_t item;
if (argc != 1)