mirror of
https://github.com/swaywm/sway.git
synced 2026-04-25 06:46:24 -04:00
minor fix, correct cmd name
This commit is contained in:
parent
8a56b699ad
commit
eac0518784
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
#include "stringop.h"
|
#include "stringop.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
struct cmd_results *cmd_no_titlebars(int argc, char **argv) {
|
struct cmd_results *cmd_ttyaccess(int argc, char **argv) {
|
||||||
struct cmd_results *error = checkarg(argc, "ttyaccess", EXPECTED_EQUAL_TO, 1);
|
struct cmd_results *error = checkarg(argc, "ttyaccess", EXPECTED_EQUAL_TO, 1);
|
||||||
|
|
||||||
if (error) {
|
if (error) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue