Skip to content

Commit 0dbf15e

Browse files
committed
Fix typedef struct protocols_t declaration
1 parent 9d336d3 commit 0dbf15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/pilight/libs/pilight/protocols/protocol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ typedef struct protocols_t {
114114
struct protocol_t *listener;
115115
char *name;
116116
struct protocols_t *next;
117-
} protocols_;
117+
} protocols_t;
118118

119119
extern struct protocols_t *pilight_protocols;
120120

0 commit comments

Comments
 (0)