X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=conout.c;h=7e8cd9ad8f40a4c5768db4d52ae308184c357b42;hp=00b81580760e90989ab4c46d9255c976d57e75f1;hb=1759388e3fc948e5f2ddb15da601c4d624618828;hpb=21c6079b7a4b17f7110094a94f7fc3c850c295ae diff --git a/conout.c b/conout.c index 00b8158..7e8cd9a 100644 --- a/conout.c +++ b/conout.c @@ -288,7 +288,7 @@ int con_change(const char *out, const char *err) { /* * Defaultizer because stdio.h shouldn't be used anywhere except here * and inside file.c To prevent mis-match of wrapper-interfaces. - */ + */ FILE *con_default_out() { return (console.handle_out = stdout); }