diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-12-13 11:47:32 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-12-13 11:47:32 (GMT) |
commit | 172e4500f60a8a9d4bcc8eef617d6c80bcc87d0e (patch) | |
tree | f9feede4fe89cae95be6ff2beabd556bbffa91a0 /src | |
parent | 73d58a38c5847f54aa9458b3612ffd35b7372dc9 (diff) |
Fixed some compilation warnings.
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,6 +31,7 @@ #include "analysis/project.h" #include "analysis/db/server.h" +#include "common/xdg.h" #include "core/core.h" #include "core/params.h" #include "glibext/delayed.h" @@ -190,7 +191,6 @@ int main(int argc, char **argv) pub = get_xdg_config_dir("chrysalide" G_DIR_SEPARATOR_S "id_rsa.pub"); - server = g_db_server_new_internal(author, pub); g_db_server_start(server); |