diff options
author | kotontrion <[email protected]> | 2025-02-12 17:13:10 +0100 |
---|---|---|
committer | kotontrion <[email protected]> | 2025-02-12 17:13:10 +0100 |
commit | cff43dc16a1fbdd20a808a8bbaa3dffe9b3632a9 (patch) | |
tree | 30bd6f8a663a801360c7e3894d805c173326f141 /lib/wireplumber/include | |
parent | cd2214d050014b5b7e0014f78e874dafb66db8bc (diff) |
wireplumber: fix lint
Diffstat (limited to 'lib/wireplumber/include')
-rw-r--r-- | lib/wireplumber/include/astal/wireplumber/endpoint.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/wireplumber/include/astal/wireplumber/endpoint.h b/lib/wireplumber/include/astal/wireplumber/endpoint.h index 606ca60..3fef59f 100644 --- a/lib/wireplumber/include/astal/wireplumber/endpoint.h +++ b/lib/wireplumber/include/astal/wireplumber/endpoint.h @@ -40,7 +40,6 @@ const gchar *astal_wp_endpoint_get_volume_icon(AstalWpEndpoint *self); guint astal_wp_endpoint_get_serial(AstalWpEndpoint *self); const gchar *astal_wp_endpoint_get_path(AstalWpEndpoint *self); - G_END_DECLS #endif // !ASTAL_WP_ENDPOINT_H |