]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.c
fix a bunch of warnings
[xonotic/darkplaces.git] / common.c
index 12a42555b96b4cbc545c6a17ef14ffe135b77ddc..3b7135a50da9bb2bdc71e7dfed11f5df0c876760 100644 (file)
--- a/common.c
+++ b/common.c
@@ -734,7 +734,6 @@ int COM_Wordwrap(const char *string, size_t length, float continuationWidth, flo
                                result += processLine(passthroughPL, startOfLine, cursor - startOfLine, spaceUsedInLine, isContinuation);
                                isContinuation = false;
                                goto out;
-                               break;
                        case '\n': // end of line
                                result += processLine(passthroughPL, startOfLine, cursor - startOfLine, spaceUsedInLine, isContinuation);
                                isContinuation = false;