X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libsrc%2Fcommon%2F_printf.h;h=e965b0d8529f9b9c2cb9752616ff296dda6ab698;hb=f16516047a551319c82debd339ded8bc2b587212;hp=03869747835e6d1b5faab22a83373273f72bf64b;hpb=2b50847a4c168bd368b0905c6aa325aa16f1123f;p=cc65 diff --git a/libsrc/common/_printf.h b/libsrc/common/_printf.h index 038697478..e965b0d85 100644 --- a/libsrc/common/_printf.h +++ b/libsrc/common/_printf.h @@ -25,10 +25,10 @@ typedef void (*outfunc) (struct outdesc* desc, const char* buf, unsigned count); * so check this when altering the structure. */ struct outdesc { - int ccount; /* Character counter */ - outfunc fout; /* Routine used to output data */ - void* ptr; /* Data internal to print routine */ - unsigned uns; /* Data internal to print routine */ + int ccount; /* Character counter */ + outfunc fout; /* Routine used to output data */ + void* ptr; /* Data internal to print routine */ + unsigned uns; /* Data internal to print routine */ };