Repository : ssh://git@diktynna/alfred
On branch : master
>---------------------------------------------------------------
commit f3b478f46f967062be61ba40536ca701e74780d9
Author: Marek Lindner <mareklindner(a)neomailbox.ch>
Date: Wed Sep 14 20:40:34 2022 +0200
alfred: remove unnecessary backslash
Signed-off-by: Marek Lindner <mareklindner(a)neomailbox.ch>
Signed-off-by: Sven Eckelmann <sven(a)narfation.org>
>---------------------------------------------------------------
f3b478f46f967062be61ba40536ca701e74780d9
alfred.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/alfred.h b/alfred.h
index 97f0093..a4a3d37 100644
--- a/alfred.h
+++ b/alfred.h
@@ -210,7 +210,7 @@ int unix_sock_close(struct globals *globals);
int unix_sock_req_data_finish(struct globals *globals,
struct transaction_head *head);
void unix_sock_events_close_all(struct globals *globals);
-void unix_sock_event_notify(struct globals *globals, uint8_t type,\
+void unix_sock_event_notify(struct globals *globals, uint8_t type,
const uint8_t source[ETH_ALEN]);
/* vis.c */
int vis_update_data(struct globals *globals);