diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-10 01:51:22 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-10 01:51:22 +0000 |
commit | a1b43faa436430e76da7da5ee321113a87ce719c (patch) | |
tree | 3c2a5d5338d5db43f91ceccbb6d2fbea97f022ba /options-cmd.c | |
parent | 430d2194362e177b55c5fc66ee95f3a968ed62e1 (diff) | |
download | rtmux-a1b43faa436430e76da7da5ee321113a87ce719c.tar.gz rtmux-a1b43faa436430e76da7da5ee321113a87ce719c.tar.bz2 rtmux-a1b43faa436430e76da7da5ee321113a87ce719c.zip |
Trim spaces.
Diffstat (limited to 'options-cmd.c')
-rw-r--r-- | options-cmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/options-cmd.c b/options-cmd.c index 106def0b..b31754e7 100644 --- a/options-cmd.c +++ b/options-cmd.c @@ -1,4 +1,4 @@ -/* $Id: options-cmd.c,v 1.2 2009-01-07 19:53:17 nicm Exp $ */ +/* $Id: options-cmd.c,v 1.3 2009-01-10 01:51:22 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net> @@ -122,7 +122,7 @@ set_option_flag(struct cmd_ctx *ctx, struct options *oo, } options_set_number(oo, entry->name, flag); - ctx->info(ctx, + ctx->info(ctx, "set option: %s -> %s", entry->name, flag ? "on" : "off"); } |