diff options
author | Spencer Williams <spnw@plexwave.org> | 2025-04-14 15:53:09 -0400 |
---|---|---|
committer | Spencer Williams <spnw@plexwave.org> | 2025-04-14 15:53:09 -0400 |
commit | 8bb9f38ec860bd869171969518227cef5594c4fc (patch) | |
tree | 22cadf43b7a3dac1b17626b05999abf752086056 /mpc-bar.m | |
parent | 848aeac4a71779094fd3cc32dbeda4f81051913b (diff) |
Make strings const
Diffstat (limited to 'mpc-bar.m')
-rw-r--r-- | mpc-bar.m | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ static NSString *formatTime(unsigned int t) { } struct config { - char *host, *format, *idle_message; + const char *host, *format, *idle_message; int show_queue, show_queue_idle; unsigned port; }; |