Skip to content

Commit

Permalink
src/xspice/ipc/ipcstdio.c, fix ancient style function definition
Browse files Browse the repository at this point in the history
  • Loading branch information
rlar committed Dec 15, 2015
1 parent b8216fe commit 8ec9e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xspice/ipc/ipcstdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Ipc_Status_t ipc_transport_send_line (
}

/*---------------------------------------------------------------------------*/
Ipc_Status_t ipc_transport_terminate_server ()
Ipc_Status_t ipc_transport_terminate_server (void)
{
return IPC_STATUS_OK;
}
Expand Down

0 comments on commit 8ec9e1a

Please sign in to comment.