sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 4c1fad95b930edf9f7ac2083ea554f0b5b3a7ca5
parent c942f1624e2b4af217076431465b8e4b87c0c3c6
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 29 Nov 2015 09:07:50 -0500

Remove trailing semicolon

Diffstat:
Minclude/config.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/config.h b/include/config.h @@ -98,7 +98,7 @@ bool read_config(FILE *file, bool is_active); * Does variable replacement for a string based on the config's currently loaded variables. */ char *do_var_replacement(char *str); -int output_name_cmp(const void *item, const void *data);; +int output_name_cmp(const void *item, const void *data); /** Sets up a WLC output handle based on a given output_config. */ void apply_output_config(struct output_config *oc, swayc_t *output);