X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=tests%2Fcheck_input_all.c;h=feee63091be9612596b27e65a9ebc84f1ad63d5f;hb=3250d8c7e05f2d6a3ffbdf2499af8a13fa99fe39;hp=0e2d6b6487f7cf4a490c8c87e28a903d4b76051e;hpb=6592c3699509213395fa80af5b37f2e4db25ac38;p=libsigrok.git diff --git a/tests/check_input_all.c b/tests/check_input_all.c index 0e2d6b64..feee6309 100644 --- a/tests/check_input_all.c +++ b/tests/check_input_all.c @@ -1,7 +1,7 @@ /* * This file is part of the libsigrok project. * - * Copyright (C) 2013 Uwe Hermann + * Copyright (C) 2013-2014 Uwe Hermann * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -26,7 +26,7 @@ /* Check whether at least one input module is available. */ START_TEST(test_input_available) { - struct sr_input_format **inputs; + const struct sr_input_module **inputs; inputs = sr_input_list(); fail_unless(inputs != NULL, "No input modules found.");