se

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 38c9b0a692b5eeb26b9bb0e1f1e614008378084a
parent 626ebd15fe0b810817d949e5785f3ffa7f04faed
Author: Samdal <samdal@protonmail.com>
Date:   Thu, 29 Jun 2023 20:06:37 +0200

o

Diffstat:
Mse.h | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/se.h b/se.h @@ -1,6 +1,6 @@ /* See LICENSE for license details. */ -#ifndef _ST_H -#define _ST_H +#ifndef _SE_H +#define _SE_H #include "utf8.h" #include "buffer.h" @@ -20,4 +20,4 @@ void draw_status_bar(); void window_node_draw_to_screen(struct window_split_node* wn); -#endif // _ST_H +#endif // _SE_H