diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-09 14:32:31 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-09 14:32:31 +0100 |
commit | dea84fc932f951d5b8d18f031da9e2a8dbad8539 (patch) | |
tree | 462163b19050006a23e3037c8410aa0149fbc1ce /compat | |
parent | 52e476b40658dcd1408bda9b4518d6f301b07c3e (diff) |
style issues only
Diffstat (limited to 'compat')
-rw-r--r-- | compat/defs.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/defs.hpp b/compat/defs.hpp index 6f3c9ab2..b967833e 100644 --- a/compat/defs.hpp +++ b/compat/defs.hpp @@ -90,4 +90,4 @@ #define fm_ASAN 0 #endif -#define fm_FILENAME_MAX 260 +#define fm_FILENAME_MAX (260) |