about summary refs log tree commit diff
path: root/support/support_record_failure.c
diff options
context:
space:
mode:
Diffstat (limited to 'support/support_record_failure.c')
-rw-r--r--support/support_record_failure.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/support_record_failure.c b/support/support_record_failure.c
index 24b2d6e426..30de2f6f8d 100644
--- a/support/support_record_failure.c
+++ b/support/support_record_failure.c
@@ -36,8 +36,8 @@
    propagate to the parent process.  */
 struct test_failures
 {
-  unsigned counter;
-  unsigned failed;
+  unsigned int counter;
+  unsigned int failed;
 };
 static struct test_failures *state;