Skip to content

Commit

Permalink
Fix cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
chpock committed Jun 2, 2024
1 parent 1fa1cea commit 46bfef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generic/vfsCmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ typedef struct {
int Cookfs_InitVfsMountCmd(Tcl_Interp *interp);

int Cookfs_Mount(Tcl_Interp *interp, Tcl_Obj *archive, Tcl_Obj *local,
Cookfs_VfsProps *props);
Cookfs_VfsProps *aprops);

Cookfs_VfsProps *Cookfs_VfsPropsInit(Cookfs_VfsProps *p);
void Cookfs_VfsPropsFree(Cookfs_VfsProps *p);
Expand Down

0 comments on commit 46bfef1

Please sign in to comment.