Commit ba43ec57 authored by Max Kellermann's avatar Max Kellermann

queue/Playlist: remove redundant "struct" keyword

parent 008a9560
...@@ -35,7 +35,7 @@ struct playlist { ...@@ -35,7 +35,7 @@ struct playlist {
/** /**
* The song queue - it contains the "real" playlist. * The song queue - it contains the "real" playlist.
*/ */
struct Queue queue; Queue queue;
/** /**
* This value is true if the player is currently playing (or * This value is true if the player is currently playing (or
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment