Skip to content

Commit

Permalink
Remove integer literal suffix "i" from non-complex
Browse files Browse the repository at this point in the history
  • Loading branch information
SamsonovAnton committed Sep 8, 2023
1 parent 908fa74 commit 694696d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpcmd.c
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ bool CheckProgrammerInfo(void)
uiFPGAVer = GetFPGAVersion(g_uiDevNum - 1);
GetFirmwareVer(g_uiDevNum - 1);
if (g_bIsSF600[g_uiDevNum - 1]) {
if (CheckSDCard(g_uiDevNum - 1i))
if (CheckSDCard(g_uiDevNum - 1))
printf(" Programmer type : SF600Plus\n");
printf(" Programmer type : SF600Plus\n");
printf(" Firmware version : %s\n", g_FW_ver);
Expand Down

0 comments on commit 694696d

Please sign in to comment.