Skip to content

Commit

Permalink
(continued)
Browse files Browse the repository at this point in the history
  • Loading branch information
wberube committed Dec 9, 2024
1 parent bf03f8f commit 936b191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hal/star/i6c_rgn.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ typedef struct {

typedef struct {
i6c_rgn_type type;
i6c_common_pixfmt pixFmt;
i6c_rgn_pixfmt pixFmt;
i6c_rgn_size size;
} i6c_rgn_cnf;

Expand Down
2 changes: 1 addition & 1 deletion src/hal/star/i6f_rgn.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ typedef struct {

typedef struct {
i6f_rgn_type type;
i6f_common_pixfmt pixFmt;
i6f_rgn_pixfmt pixFmt;
i6f_rgn_size size;
} i6f_rgn_cnf;

Expand Down

0 comments on commit 936b191

Please sign in to comment.