diff options
author | Courtney Cavin <ccavin@gmail.com> | 2009-07-28 18:07:01 -0400 |
---|---|---|
committer | Courtney Cavin <ccavin@gmail.com> | 2009-07-28 18:07:01 -0400 |
commit | 7f865f722c55dc7a2a27c7869030accc8ab9beb2 (patch) | |
tree | 688db79eb5c049c62f20fffbd7b3f5f035e24192 /src/update.c | |
parent | 614a01184577eda5f24517bec9609f0ea6d7e97b (diff) | |
download | mpd-7f865f722c55dc7a2a27c7869030accc8ab9beb2.tar.gz mpd-7f865f722c55dc7a2a27c7869030accc8ab9beb2.tar.xz mpd-7f865f722c55dc7a2a27c7869030accc8ab9beb2.zip |
playlist: CamelCaseIsBad
Renamed all playlist functions to non-CamelCase.
Diffstat (limited to '')
-rw-r--r-- | src/update.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update.c b/src/update.c index 22fed2c7a..b857b4d65 100644 --- a/src/update.c +++ b/src/update.c @@ -868,7 +868,7 @@ static void update_finished_event(void) if (modified) { /* send "idle" events */ - playlistVersionChange(&g_playlist); + playlist_increment_version_all(&g_playlist); idle_add(IDLE_DATABASE); } |