mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: entry
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
732a680ad8
commit
0cf7d4d8e4
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ typedef struct {
|
|||
typedef struct __attribute__((packed)) PluginServiceState {
|
||||
bool subscribed_to_app_event_service : 1; // Set on first plugin_service_subscribe by this app
|
||||
EventServiceInfo event_service_info;
|
||||
ListNode subscribed_services; // Linked list of PluginServiceEntrys
|
||||
ListNode subscribed_services; // Linked list of PluginServiceEntry
|
||||
} PluginServiceState;
|
||||
|
||||
void plugin_service_state_init(PluginServiceState *state);
|
||||
|
|
Loading…
Add table
Reference in a new issue