diff options
Diffstat (limited to 'scripts/config/util.c')
-rw-r--r-- | scripts/config/util.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/config/util.c b/scripts/config/util.c index 6e7fbf1968..94f9c83e32 100644 --- a/scripts/config/util.c +++ b/scripts/config/util.c @@ -155,5 +155,3 @@ void *xcalloc(size_t nmemb, size_t size) fprintf(stderr, "Out of memory.\n"); exit(1); } - - |