From 8592e5dc3376495d51eabea16d8c315e37bc51f7 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 27 Apr 2020 16:46:10 +0200 Subject: Better comments --- src/n_notify.c | 4 ++-- src/n_notify.h | 4 ++-- src/n_speak.c | 4 ++-- src/n_speak.h | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/n_notify.c b/src/n_notify.c index 3ed6d40..94efe75 100644 --- a/src/n_notify.c +++ b/src/n_notify.c @@ -1,4 +1,4 @@ -/* ************************************************************************************ */ +/****************************************************************************************/ /* */ /* File : n_notify.c /_________/ */ /* Author : Joe | */ @@ -8,7 +8,7 @@ /* \ / */ /* \_____/ */ /* */ -/* ************************************************************************************ */ +/****************************************************************************************/ #include diff --git a/src/n_notify.h b/src/n_notify.h index 0c69fa7..32ccd41 100644 --- a/src/n_notify.h +++ b/src/n_notify.h @@ -1,4 +1,4 @@ -/* ************************************************************************************ */ +/****************************************************************************************/ /* */ /* File : n_notify.h /_________/ */ /* Author : Joe | */ @@ -8,7 +8,7 @@ /* \ / */ /* \_____/ */ /* */ -/* ************************************************************************************ */ +/****************************************************************************************/ #ifndef JO_N_NOTIFY_H #define JO_N_NOTIFY_H diff --git a/src/n_speak.c b/src/n_speak.c index c6d46f0..0146e82 100644 --- a/src/n_speak.c +++ b/src/n_speak.c @@ -1,4 +1,4 @@ -/* ************************************************************************************ */ +/****************************************************************************************/ /* */ /* File : n_speak.c /_________/ */ /* Author : Joe | */ @@ -8,7 +8,7 @@ /* \ / */ /* \_____/ */ /* */ -/* ************************************************************************************ */ +/****************************************************************************************/ #include diff --git a/src/n_speak.h b/src/n_speak.h index dd65b7e..19d064c 100644 --- a/src/n_speak.h +++ b/src/n_speak.h @@ -1,4 +1,4 @@ -/* ************************************************************************************ */ +/****************************************************************************************/ /* */ /* File : n_speak.h /_________/ */ /* Author : Joe | */ @@ -8,7 +8,7 @@ /* \ / */ /* \_____/ */ /* */ -/* ************************************************************************************ */ +/****************************************************************************************/ #ifndef JO_N_SPEAK_H #define JO_N_SPEAK_H -- cgit v1.2.3