Skip to content

Commit

Permalink
Fix clang warning
Browse files Browse the repository at this point in the history
  • Loading branch information
chpock committed Jun 21, 2024
1 parent 2ca5bad commit 7901dbf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion generic/pagesComprBz2.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
Cookfs_PageObj CookfsReadPageBz2(Cookfs_Pages *p, int size, Tcl_Obj **err);
int CookfsWritePageBz2(Cookfs_Pages *p, unsigned char *bytes, int origSize);

#endif /* COOKFS_PAGESCOMPRBZ2_H */
#endif /* COOKFS_PAGESCOMPRBZ2_H */
2 changes: 1 addition & 1 deletion generic/pagesComprLzma.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
Cookfs_PageObj CookfsReadPageLzma(Cookfs_Pages *p, int size, Tcl_Obj **err);
int CookfsWritePageLzma(Cookfs_Pages *p, unsigned char *bytes, int origSize);

#endif /* COOKFS_PAGESCOMPRBZ2_H */
#endif /* COOKFS_PAGESCOMPRBZ2_H */
2 changes: 1 addition & 1 deletion generic/pagesComprZlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
Cookfs_PageObj CookfsReadPageZlib(Cookfs_Pages *p, int size, Tcl_Obj **err);
int CookfsWritePageZlib(Cookfs_Pages *p, unsigned char *bytes, int origSize);

#endif /* COOKFS_PAGESCOMPRZLIB_H */
#endif /* COOKFS_PAGESCOMPRZLIB_H */
2 changes: 1 addition & 1 deletion generic/pagesComprZstd.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
Cookfs_PageObj CookfsReadPageZstd(Cookfs_Pages *p, int size, Tcl_Obj **err);
int CookfsWritePageZstd(Cookfs_Pages *p, unsigned char *bytes, int origSize);

#endif /* COOKFS_PAGESCOMPRBZ2_H */
#endif /* COOKFS_PAGESCOMPRBZ2_H */

0 comments on commit 7901dbf

Please sign in to comment.