diff options
author | uint23 <[email protected]> | 2025-04-28 20:39:03 +0100 |
---|---|---|
committer | uint23 <[email protected]> | 2025-04-28 20:39:03 +0100 |
commit | 102b0f5df75a996a1a7ae0d3bbfa4e9c9b3b793a (patch) | |
tree | a9833f96f7da5082acbd9599a01f6ca29ff1beca /src/parser.c | |
parent | a63fae68a5a19eaff7ad83f33fba24490655292d (diff) |
update formatting (using proper formatting) + WM_TAKE_FOCUS
Diffstat (limited to 'src/parser.c')
-rw-r--r-- | src/parser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.c b/src/parser.c index ae22651..3b7f9b1 100644 --- a/src/parser.c +++ b/src/parser.c @@ -1,3 +1,4 @@ +/* See LICENSE for more information on use */ #define _POSIX_C_SOURCE 200809L /* for strdup */ #include <ctype.h> #include <linux/limits.h> |