aboutsummaryrefslogtreecommitdiff
path: root/format.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-09-11 16:48:58 +0100
committerThomas Adam <thomas@xteddy.org>2019-09-11 16:48:58 +0100
commit658ecb0777bd1dea90fe50bc55381340e2eb7a37 (patch)
tree019fedc58d88808c7f27a85385917a08b653dcc3 /format.c
parent2e90841f2ed4fbe0bb13681c9a90e355fe98ab1d (diff)
parent0feae4d8ae4190b89f486fddab10a691cc7a8fd3 (diff)
downloadrtmux-658ecb0777bd1dea90fe50bc55381340e2eb7a37.tar.gz
rtmux-658ecb0777bd1dea90fe50bc55381340e2eb7a37.tar.bz2
rtmux-658ecb0777bd1dea90fe50bc55381340e2eb7a37.zip
Merge branch 'obsd-master'
Diffstat (limited to 'format.c')
-rw-r--r--format.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/format.c b/format.c
index eb7a9e53..8395f43a 100644
--- a/format.c
+++ b/format.c
@@ -962,7 +962,6 @@ format_each(struct format_tree *ft, void (*cb)(const char *, const char *,
}
}
-
/* Add a key-value pair. */
void
format_add(struct format_tree *ft, const char *key, const char *fmt, ...)