summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-29 09:07:50 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-29 09:07:50 -0500
commit4c1fad95b930edf9f7ac2083ea554f0b5b3a7ca5 (patch)
tree8969a829a72aa80f445b39ef0a4775de660827cc /include
parentMerge pull request #275 from christophgysin/cmd_output (diff)
downloadsway-4c1fad95b930edf9f7ac2083ea554f0b5b3a7ca5.tar.gz
sway-4c1fad95b930edf9f7ac2083ea554f0b5b3a7ca5.tar.zst
sway-4c1fad95b930edf9f7ac2083ea554f0b5b3a7ca5.zip
Remove trailing semicolon
Diffstat (limited to 'include')
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 21fbb8f9..9caadec8 100644
--- a/include/config.h
+++ b/include/config.h
@@ -98,7 +98,7 @@ bool read_config(FILE *file, bool is_active);
98 * Does variable replacement for a string based on the config's currently loaded variables. 98 * Does variable replacement for a string based on the config's currently loaded variables.
99 */ 99 */
100char *do_var_replacement(char *str); 100char *do_var_replacement(char *str);
101int output_name_cmp(const void *item, const void *data);; 101int output_name_cmp(const void *item, const void *data);
102/** Sets up a WLC output handle based on a given output_config. 102/** Sets up a WLC output handle based on a given output_config.
103 */ 103 */
104void apply_output_config(struct output_config *oc, swayc_t *output); 104void apply_output_config(struct output_config *oc, swayc_t *output);