From 4861d5d761aadb875d9096a6b809f60b5ee9e4e6 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 3 Apr 2022 13:45:16 +0200 Subject: Caps ffs --- src/c_defs.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/c_defs.go') 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 } -- cgit v1.2.3