Files
ports/games/xmulti/files/patch-html_style__term.c
T
Mathieu Arnold 1a8a092d9f Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
2016-06-17 23:28:04 +00:00

11 lines
200 B
C

--- html/style_term.c.orig 1998-04-04 14:58:33 UTC
+++ html/style_term.c
@@ -102,6 +102,7 @@ dummy(SSTerm *t)
case SSTERM_HEXCOLOR:
case SSTERM_URL:
case SSTERM_RGB:
+ break;
}
return 0;
}