diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/n_notify.c | 4 | ||||
-rw-r--r-- | src/n_notify.h | 4 | ||||
-rw-r--r-- | src/n_speak.c | 4 | ||||
-rw-r--r-- | src/n_speak.h | 4 |
4 files changed, 8 insertions, 8 deletions
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 <jo_n_notify.h> 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 <jo_n_speak.h> 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 |