diff options
| author | Vincent Douillet <vincent@vdouillet.fr> | 2023-07-26 09:41:28 +0200 |
|---|---|---|
| committer | Vincent Douillet <vincent@vdouillet.fr> | 2023-08-01 18:14:47 +0200 |
| commit | 89a76cdd3fa168902d83f4c043d2cc6629b40024 (patch) | |
| tree | d09e916129894e64010ae5d8f6dbe68ef842d02f /main.c | |
| parent | 519194a2199af44b157812705aa8838068a97bc8 (diff) | |
browse folders
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ enum page { }; static const char *const pages[PAGE__MAX] = { - "browse", + BROWSE_URL }; int |
