[DEV] update etk null

This commit is contained in:
2018-06-19 22:13:48 +02:00
parent 9a21d57c1f
commit 965df2ee2f
29 changed files with 199 additions and 199 deletions

View File

@@ -125,8 +125,8 @@ int main(int _argc, const char **_argv) {
etk::Vector<audio::channel>(),
audio::format_int16,
ioName);
if(interface == nullptr) {
TEST_ERROR("nullptr interface");
if(interface == null) {
TEST_ERROR("null interface");
return -1;
}
//! [audio_river_sample_create_read_interface]