Fix broken close handling

This commit is contained in:
Flaviu Tamas 2019-12-21 11:07:05 -05:00
parent b634058746
commit 1788961a9b
1 changed files with 1 additions and 1 deletions

View File

@ -13582,8 +13582,8 @@ unsigned gpioHardwareRevision(void)
} }
} }
} }
fclose(filp);
} }
fclose(filp);
} }
if (rev == 0) if (rev == 0)