From 714226b20ccd9b4b394201d37b3eeac17057ba88 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 4 Aug 2012 02:17:40 +0200 Subject: playlist: rename params_count field to num_params for consistency Other (newer) parts of mplayer use this convention, so don't introduce new conventions. --- playlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'playlist.h') diff --git a/playlist.h b/playlist.h index 8a74896d98..eb2ef9ed99 100644 --- a/playlist.h +++ b/playlist.h @@ -32,7 +32,7 @@ struct playlist_entry { char *filename; struct playlist_param *params; - int params_count; + int num_params; }; struct playlist { -- cgit v1.2.3