about summary refs log tree commit diff stats
path: root/main.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-04-26 23:37:54 +0100
committerJames Booth <boothj5@gmail.com>2012-04-26 23:37:54 +0100
commit887278b91bbb88f746e4dda2dff3a5ad78f8483c (patch)
tree57469c7339ed6232634b8a50bd598d4869c6d1a7 /main.c
parent1b7d9e9e26e63afc660d7f8f8827be637f0655a4 (diff)
parenta41dab3d3c8ba290e2ae5c715844d9432ec9220b (diff)
downloadprofani-tty-887278b91bbb88f746e4dda2dff3a5ad78f8483c.tar.gz
Merge branch 'glib'
Conflicts:
	command.c
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 392b9ef6..520fb4bb 100644
--- a/main.c
+++ b/main.c
@@ -47,7 +47,6 @@ int main(int argc, char **argv)
 
     profanity_init(disable_tls);
     profanity_run();
-    //profanity_shutdown();
 
     return 0;
 }