diff options
author | Mattias Andrée <maandree@kth.se> | 2019-10-22 19:06:34 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-10-22 19:06:34 +0200 |
commit | b8297cfa8a0b6c12efe98c16eb81442ba51902db (patch) | |
tree | 3d0614c9e0934cf9518f113f884fade3a798a428 | |
parent | Fix warnings in test and update config.mk (diff) | |
download | libcoopgamma-b8297cfa8a0b6c12efe98c16eb81442ba51902db.tar.gz libcoopgamma-b8297cfa8a0b6c12efe98c16eb81442ba51902db.tar.bz2 libcoopgamma-b8297cfa8a0b6c12efe98c16eb81442ba51902db.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | test.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ main(void) libcoopgamma_context_t ctx1, ctx2; libcoopgamma_async_context_t async1, async2; size_t n, m, i; - char* buf; + char *buf; filter1.priority = INT64_MIN; filter1.crtc = (char []){"CRTC"}; |