Skip to content

Commit

Permalink
Merge pull request #24 from alkorgh/master
Browse files Browse the repository at this point in the history
fix a typo in i6_rgn.h
  • Loading branch information
wberube authored Dec 9, 2024
2 parents 6f60ea4 + b3bec4b commit bf03f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hal/star/i6_rgn.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ typedef struct {

typedef struct {
i6_rgn_type type;
i6_common_pixfmt pixFmt;
i6_rgn_pixfmt pixFmt;
i6_rgn_size size;
} i6_rgn_cnf;

Expand Down Expand Up @@ -155,4 +155,4 @@ static void i6_rgn_unload(i6_rgn_impl *rgn_lib) {
if (rgn_lib->handle) dlclose(rgn_lib->handle);
rgn_lib->handle = NULL;
memset(rgn_lib, 0, sizeof(*rgn_lib));
}
}

0 comments on commit bf03f8f

Please sign in to comment.