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 9df5eea commit b3bd90eCopy full SHA for b3bd90e
include/SDL3_net/SDL_net.h
@@ -517,8 +517,8 @@ extern SDL_DECLSPEC void SDLCALL NET_SimulateAddressResolutionLoss(int percent_l
517
*
518
* \param a first address to compare.
519
* \param b second address to compare.
520
- * \returns a value less than zero if `a` is "less than" `b`, a value greater than zero
521
- * if "greater than", zero if equal.
+ * \returns a value less than zero if `a` is "less than" `b`, a value greater
+ * than zero if "greater than", zero if equal.
522
523
* \threadsafety It is safe to call this function from any thread.
524
0 commit comments