1
0
mirror of https://frontier.innolan.net/rainlance/amiga-ntimed.git synced 2025-11-21 11:23:44 +00:00

Update ocx_stdio.c

Trivial typo fix.
This commit is contained in:
Brad Hards
2014-12-31 19:53:35 +11:00
parent 5863c482e4
commit 0980105e6b

View File

@ -52,7 +52,7 @@
*
* About this implementation:
*
* This is a very naiive implementation spitting things out to stdout/stderr,
* This is a very naive implementation spitting things out to stdout/stderr,
* knowing that we are a single threaded program.
*
* XXX: Pull in sbufs to do it right.