summaryrefslogtreecommitdiffstats
path: root/xmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'xmalloc.c')
-rw-r--r--xmalloc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmalloc.c b/xmalloc.c
index 157cfe7..2f148f5 100644
--- a/xmalloc.c
+++ b/xmalloc.c
@@ -2,6 +2,7 @@
/* Memory management functions. */
/* **************************** */
+/* ***************************************************************** */
/* Created by Kevin Locke (from numerous canonical examples). */
/* */
/* Adapted for use by smenu. */
@@ -9,7 +10,7 @@
/* I hereby place this file in the public domain. It may be freely */
/* reproduced, distributed, used, modified, built upon, or otherwise */
/* employed by anyone for any purpose without restriction. */
-/* """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" */
+/* ***************************************************************** */
#include <stdio.h>
#include <stdlib.h>