X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=conout.c;h=7e8cd9ad8f40a4c5768db4d52ae308184c357b42;hp=00b81580760e90989ab4c46d9255c976d57e75f1;hb=160e7cf7eebd7fa173fb739aca00143097a3518b;hpb=8c08897749366bd83a9a623727aca2927257d4cf 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); }