fix merge

This commit is contained in:
bebbo 2025-05-12 07:08:01 +02:00
parent 7c31467c10
commit 473621aaed

View File

@ -10,10 +10,5 @@
#include <proto/exec.h>
void amiputchar(char c) {
<<<<<<< HEAD
FPutC(Output(), c);
=======
BPTR f = Output();
FPutC(f, c);
>>>>>>> refs/heads/master
}