Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
rawia.moalla committed Dec 7, 2023
1 parent b6bd0f3 commit c2b5d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ int main(int argc, char* argv[]) {
res = tecmp_next(p.getRawData(), p.getRawDataLen(), &iterator, &header, &data);
}
}

}
reader->close();
writer.close();

Expand Down

0 comments on commit c2b5d17

Please sign in to comment.