changeset 911:c9f86e8c45fe

Fix compilation error
author Sebastien Decugis <sdecugis@freediameter.net>
date Sun, 20 Jan 2013 03:21:33 +0100
parents 8500947421cb
children 0a46772fad5d e6bf3214d1ef
files libfdproto/msg_log.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libfdproto/msg_log.c	Sat Jan 19 17:12:25 2013 +0100
+++ b/libfdproto/msg_log.c	Sun Jan 20 03:21:33 2013 +0100
@@ -161,6 +161,7 @@
 			TODO("Log a note to debug stream");
 			break;
 		default:
+			break;
 	}
 	
 	/* For file methods, let's parse the message so it looks better */
@@ -199,6 +200,7 @@
 			TODO("close?");
 			break;
 		default:
+			break;
 	}
 }
 
"Welcome to our mercurial repository"