diff options
Diffstat (limited to 'src/os_amiga.c')
-rw-r--r-- | src/os_amiga.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_amiga.c b/src/os_amiga.c index 13610306e..1d440aa1d 100644 --- a/src/os_amiga.c +++ b/src/os_amiga.c @@ -1123,7 +1123,7 @@ out_num(long n) dos_packet( struct MsgPort *pid, /* process identifier ... (handlers message port) */ long action, /* packet type ... (what you want handler to do) */ - arg) /* single argument */ + long arg) /* single argument */ { # ifdef FEAT_ARP struct MsgPort *replyport; |