diff options
Diffstat (limited to 'src/lib/formats/tzx_cas.cpp')
-rw-r--r-- | src/lib/formats/tzx_cas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/tzx_cas.cpp b/src/lib/formats/tzx_cas.cpp index d78fee1595f..fa157b282f9 100644 --- a/src/lib/formats/tzx_cas.cpp +++ b/src/lib/formats/tzx_cas.cpp @@ -532,7 +532,7 @@ static const char *const hw_info[] = }; /* Will go through blocks and calculate number of samples needed. -If buffer is not NULL the sample data will also be written. */ +If buffer is not nullptr the sample data will also be written. */ static int tzx_cas_do_work( INT16 **buffer ) { int current_block = 0; |