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.h | |
parent | a63fae68a5a19eaff7ad83f33fba24490655292d (diff) |
update formatting (using proper formatting) + WM_TAKE_FOCUS
Diffstat (limited to 'src/parser.h')
-rw-r--r-- | src/parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.h b/src/parser.h index b2bff05..15f82d0 100644 --- a/src/parser.h +++ b/src/parser.h @@ -1,3 +1,4 @@ +/* See LICENSE for more information on use */ #pragma once #include "defs.h" #define MAX_ARGS 64 |