Skip to content

Commit 48a6c33

Browse files
authored
Merge pull request #144 from jcorporation/master
Some indentation and comment fixes
2 parents cc2f3e0 + 09c47e6 commit 48a6c33

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

include/mpd/feature.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#define LIBMPDCLIENT_FEATURE_H
66

77
/**
8-
* @since libmpdclient 2.23 added support for #MPD_TAG_SHOWMOVEMENT.
8+
* @since libmpdclient 2.23
99
*/
1010
enum mpd_protocol_feature
1111
{
@@ -17,7 +17,7 @@ enum mpd_protocol_feature
1717

1818
MPD_FEATURE_HIDE_PLAYLISTS_IN_ROOT,
1919

20-
/* IMPORTANT: the ordering of tag types above must be
20+
/* IMPORTANT: the ordering above must be
2121
retained, or else the libmpdclient ABI breaks */
2222

2323
MPD_FEATURE_COUNT
@@ -30,6 +30,8 @@ extern "C" {
3030
/**
3131
* Looks up the name of the specified protocol feature.
3232
*
33+
* @since libmpdclient 2.23
34+
*
3335
* @return the name, or NULL if the tag type is not valid
3436
*/
3537
const char *
@@ -38,6 +40,8 @@ mpd_feature_name(enum mpd_protocol_feature feature);
3840
/**
3941
* Parses a protocol feature name, and returns its #mpd_protocol_feature value.
4042
*
43+
* @since libmpdclient 2.23
44+
*
4145
* @return a #mpd_protocol_feature value, or MPD_FEATURE_UNKNOWN if the name was
4246
* not recognized
4347
*/

libmpdclient.ld

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -539,15 +539,15 @@ global:
539539
mpd_send_binarylimit;
540540
mpd_run_binarylimit;
541541

542-
/* mpd/albumart.h */
543-
mpd_send_albumart;
544-
mpd_recv_albumart;
545-
mpd_run_albumart;
546-
547-
/* mpd/readpicture.h */
548-
mpd_send_readpicture;
549-
mpd_recv_readpicture;
550-
mpd_run_readpicture;
542+
/* mpd/albumart.h */
543+
mpd_send_albumart;
544+
mpd_recv_albumart;
545+
mpd_run_albumart;
546+
547+
/* mpd/readpicture.h */
548+
mpd_send_readpicture;
549+
mpd_recv_readpicture;
550+
mpd_run_readpicture;
551551

552552
/* mpd/position.h */
553553
mpd_position_whence_char;

0 commit comments

Comments
 (0)