summaryrefslogtreecommitdiff
path: root/src/shortcut_service.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shortcut_service.c')
-rw-r--r--src/shortcut_service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shortcut_service.c b/src/shortcut_service.c
index 620798e..d043f9c 100644
--- a/src/shortcut_service.c
+++ b/src/shortcut_service.c
@@ -90,7 +90,7 @@ static inline struct tcb *get_reply_context(double seq)
return tcb;
}
-static inline void send_reply_packet(struct tcb *tcb, struct packet *packet, int ret)
+static void send_reply_packet(struct tcb *tcb, struct packet *packet, int ret)
{
struct packet *reply_packet;