diff options
Diffstat (limited to '')
-rw-r--r-- | src/c_defs.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/c_defs.go b/src/c_defs.go index 06aa400..eaeabd0 100644 --- a/src/c_defs.go +++ b/src/c_defs.go @@ -76,9 +76,9 @@ func DEF_PLAYER_OPTIONS() []string { } type Options struct { - files []string - media_player string - player_options []string - random bool - use_fortune bool + Files []string + Media_player string + Player_options []string + Random bool + Use_fortune bool } |