aboutsummaryrefslogtreecommitdiff
path: root/src/server.c
diff options
context:
space:
mode:
authorFranklin Wei <frankhwei536@gmail.com>2016-01-18 15:25:07 -0500
committerFranklin Wei <frankhwei536@gmail.com>2016-01-18 15:25:07 -0500
commit561bc466c7b3d0fd736f8ce7f29da07625f22e6b (patch)
tree0f3831b0367b0182178b775311d4b56061793611 /src/server.c
parent949d34370b5e608310309e03291a16ba97d9efe4 (diff)
downloadnetcosm-561bc466c7b3d0fd736f8ce7f29da07625f22e6b.zip
netcosm-561bc466c7b3d0fd736f8ce7f29da07625f22e6b.tar.gz
netcosm-561bc466c7b3d0fd736f8ce7f29da07625f22e6b.tar.bz2
netcosm-561bc466c7b3d0fd736f8ce7f29da07625f22e6b.tar.xz
minor polishing
Diffstat (limited to 'src/server.c')
-rw-r--r--src/server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server.c b/src/server.c
index ef82b57..c8fa8c3 100644
--- a/src/server.c
+++ b/src/server.c
@@ -178,7 +178,7 @@ static void load_worldfile(void)
error("cannot access "WORLDFILE);
else
if(!world_load(WORLDFILE, netcosm_world, netcosm_world_sz, netcosm_world_name))
- error("Failed to load world from disk.\nTry removing "WORLDFILE".\n");
+ error("Failed to load world from disk.\nTry removing "WORLDFILE".");
}
static int server_bind(void)
@@ -383,5 +383,5 @@ int main(int argc, char *argv[])
ev_loop(loop, 0);
/* should never get here */
- error("unexpected termination");
+ error("FIXME: unexpected termination");
}