We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2606b08 commit 530639aCopy full SHA for 530639a
include/SDL3/SDL_endian.h
@@ -486,7 +486,7 @@ SDL_FORCE_INLINE Uint32 SDL_Swap32(Uint32 x) { return x_but_byteswapped; }
486
*
487
* \since This function is available since SDL 3.2.0.
488
*/
489
-SDL_FORCE_INLINE Uint32 SDL_Swap64(Uint64 x) { return x_but_byteswapped; }
+SDL_FORCE_INLINE Uint64 SDL_Swap64(Uint64 x) { return x_but_byteswapped; }
490
491
/**
492
* Swap a 16-bit value from littleendian to native byte order.
0 commit comments