X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample_cygwin%2Ffunctions%2F_PDCLIB%2Ffillbuffer.c;h=29808b2b6f973a39135250e1364122ebd1dd0d9c;hb=e4a50ae15f5ea7e9e10cb8dfba8e5c1824abe4d3;hp=293e6c94df5f3a7f24c595b9a65b6c8b35ca0cc3;hpb=8cfc7f73e7baec32630b9cf55582febd41b8a684;p=pdclib.old diff --git a/platform/example_cygwin/functions/_PDCLIB/fillbuffer.c b/platform/example_cygwin/functions/_PDCLIB/fillbuffer.c index 293e6c9..29808b2 100644 --- a/platform/example_cygwin/functions/_PDCLIB/fillbuffer.c +++ b/platform/example_cygwin/functions/_PDCLIB/fillbuffer.c @@ -51,7 +51,7 @@ int _PDCLIB_fillbuffer( struct _PDCLIB_file_t * stream ) _PDCLIB_errno = _PDCLIB_ERROR; break; default: - /* This should probably be something like EUNKNOWN. */ + /* This should be something like EUNKNOWN. */ _PDCLIB_errno = _PDCLIB_ERROR; break; }