diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit 818caf937f6a4e533c801124351fb484fcf3d8ae
parent 19d933bee8ff5d492afef9428f40e73e00ce1b31
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Mon,  4 Jan 2021 21:33:40 +0100

fix indentation in diary.h

Co-authored-by: Oliver Blanthorn <freedom4cows@gmail.com>
Diffstat:
Mdiary.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diary.h b/diary.h @@ -50,7 +50,7 @@ typedef struct // 0 = Sunday, 1 = Monday, ..., 6 = Saturday int first_weekday; // 2020-12-31 - char* date_fmt; + char* date_fmt; } config; config CONFIG = {