[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

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