mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-20 04:26:04 +08:00
More changes to reduce complaints from CppCheck. Some latent bugs fixes, but probably some new typos introduced
This commit is contained in:
@@ -172,7 +172,8 @@ int interlock_test(void)
|
||||
}
|
||||
else if (ret != 0)
|
||||
{
|
||||
fprintf(stderr, "interlock_test: Read %d bytes of data -- aborting: %d\n", nbytes);
|
||||
fprintf(stderr, "interlock_test: Read %d bytes of data -- aborting: %d\n",
|
||||
nbytes, errno);
|
||||
ret = 5;
|
||||
goto errout_with_file;
|
||||
}
|
||||
|
Reference in New Issue
Block a user