summaryrefslogtreecommitdiff
path: root/libqcdm/tests/test-qcdm-result.c
diff options
context:
space:
mode:
Diffstat (limited to 'libqcdm/tests/test-qcdm-result.c')
-rw-r--r--libqcdm/tests/test-qcdm-result.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libqcdm/tests/test-qcdm-result.c b/libqcdm/tests/test-qcdm-result.c
index 1c9c74f0..f0e097af 100644
--- a/libqcdm/tests/test-qcdm-result.c
+++ b/libqcdm/tests/test-qcdm-result.c
@@ -76,8 +76,8 @@ test_result_uint8 (void *f, void *data)
void
test_result_uint8_array (void *f, void *data)
{
- u_int8_t array[] = { 0, 1, 255, 32, 128, 127 };
- const u_int8_t *tmp = NULL;
+ uint8_t array[] = { 0, 1, 255, 32, 128, 127 };
+ const uint8_t *tmp = NULL;
size_t tmp_len = 0;
QcdmResult *result;
@@ -90,4 +90,3 @@ test_result_uint8_array (void *f, void *data)
qcdm_result_unref (result);
}
-