Skip to content

Commit

Permalink
trivial comments change
Browse files Browse the repository at this point in the history
  • Loading branch information
josevcm committed Feb 14, 2022
1 parent 52a1f72 commit 1048281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nfc-lib/lib-sdr/sdr-io/src/main/cpp/RecordDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ struct RecordDevice::Impl
bool writeHeader()
{
FILEHeader header = {
{{{'R', 'I', 'F', 'F'}, 0}, {'W', 'A', 'V', 'E'}},
{{{'R', 'I', 'F', 'F'}, 0}, {'W', 'A', 'V', 'E'}},
{{{'f', 'm', 't', ' '}, 0}, 0, 0, 0, 0, 0, 0},
{{{'L', 'I', 'S', 'T'}, 0}, {{'d', 'a', 't', 'e'}, 0}},
{{{'d', 'a', 't', 'a'}, 0}}
Expand Down

0 comments on commit 1048281

Please sign in to comment.