Skip to content

Commit

Permalink
main: specify the type of a local variable explicitly
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <[email protected]>
  • Loading branch information
masatake committed Jan 7, 2025
1 parent b95d9f7 commit bbbb923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/fmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static int printTagField (fmtSpec* fspec, MIO* fp, const tagEntryInfo * tag)
{
int i;
int width = fspec->field.width;
int ftype;
fieldType ftype;
const char* str = NULL;

ftype = fspec->field.ftype;
Expand Down

0 comments on commit bbbb923

Please sign in to comment.