Skip to content

Commit

Permalink
samples: Make winapi samples unmount drives when exiting
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmas12 committed Sep 26, 2021
1 parent f2c634f commit 64d0dec
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/libjpeg/libjpeg-turbo
Submodule libjpeg-turbo updated 374 files
2 changes: 1 addition & 1 deletion lib/net/lwip
Submodule lwip updated 547 files
2 changes: 1 addition & 1 deletion lib/sdl/SDL2_image
2 changes: 1 addition & 1 deletion lib/sdl/SDL_ttf
Submodule SDL_ttf updated 2232 files
2 changes: 1 addition & 1 deletion samples/winapi_drivelist/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ int main(void)
return 1;
}

// Retrieve drive bitmaks. Every bit represents one drive letter
// Retrieve drive bitmasks. Every bit represents one drive letter
DWORD driveBits = GetLogicalDrives();
if (driveBits == 0 && GetLastError() != ERROR_SUCCESS) {
debugPrint("Failed to retrieve drive bitmask!\n");
Expand Down
2 changes: 1 addition & 1 deletion tools/extract-xiso

0 comments on commit 64d0dec

Please sign in to comment.