Skip to content

Commit 5463968

Browse files
committed
Fix markdown
1 parent 87abe57 commit 5463968

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "SDL_PhysFS.h"
1212

1313
int main() {
14-
SDL_Init(SDL_INIT_EVERYTHING);
14+
SDL_Init(SDL_INIT_EVERYTHING);
1515

1616
// Initialize PhysFS
1717
SDL_PhysFS_Init();
@@ -24,7 +24,7 @@ int main() {
2424

2525
// Clean up
2626
SDL_PhysFS_Quit();
27-
SDL_Quit();
27+
SDL_Quit();
2828

2929
return 0;
3030
}
@@ -46,7 +46,7 @@ void* SDL_PhysFS_LoadFile(const char* filename, size_t *datasize);
4646
size_t SDL_PhysFS_Write(const char* file, const void* buffer, size_t size);
4747
SDL_bool SDL_PhysFS_SetWriteDir(const char* path);
4848

49-
// Optional integrations
49+
// Optional Integrations
5050
SDL_Surface* SDL_PhysFS_IMG_Load(const char* filename); // SDL_image
5151
Mix_Music* SDL_PhysFS_Mix_LoadMUS(const char* filename); // SDL_mixer
5252
SDL_Surface* SDL_PhysFS_STBIMG_Load(const char* filename); // SDL_stbimage.h

0 commit comments

Comments
 (0)