diff options
| author | verdant <im@verdant.ee> | 2026-07-28 17:09:45 +0800 |
|---|---|---|
| committer | verdant <im@verdant.ee> | 2026-07-28 17:09:45 +0800 |
| commit | 7918003c7669e1fe2beb9e9a5bc0d67524f57b92 (patch) | |
| tree | 9b25d4641e36501cbbbbc04e9282572801beedb5 /main.c | |
| parent | 365d54d6de5ad84238698f986649aa4af0fd8dae (diff) | |
| download | sf-7918003c7669e1fe2beb9e9a5bc0d67524f57b92.tar.gz sf-7918003c7669e1fe2beb9e9a5bc0d67524f57b92.zip | |
Reformat display.c main.c
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,7 +22,8 @@ #include "version.h" #include "wm.h" -static void path_normalize(char *path) +static void +path_normalize(char *path) { if (!path) return; |
