From 70636c3addb1d6f86550fab577cbbd0980fc6c57 Mon Sep 17 00:00:00 2001 From: goodale Date: Tue, 26 Oct 1999 23:45:03 +0000 Subject: Various things pointed out by running Insure on the code. Normally harmless things like not returning a value, but a rather subtle memory leak in one place too. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@35 4451c3c6-1034-4891-99ea-21147727ccdf --- src/Startup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Startup.c b/src/Startup.c index e1e6cd8..f7b2a42 100644 --- a/src/Startup.c +++ b/src/Startup.c @@ -10,9 +10,9 @@ int WaveToyF77_Startup(void) { - const char *banner = -"WaveToyF77: Evolutions of a Scalar Field"; + const char *banner = "WaveToyF77: Evolutions of a Scalar Field"; CCTK_RegisterBanner(banner); + return 0; } -- cgit v1.2.3