Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix variable 'err' usage and compilation
Fix compilation and correct usage of the err variable: nmreplay.c:1105:13: error: variable 'err' set but not used [-Werror,-Wunused-but-set-variable] int ch, i, err=0;
- Loading branch information