Fixed missing right brace
authorRichard Hacker <ha@igh-essen.com>
Fri, 30 May 2008 07:25:11 +0000
changeset 924 d8d9a1056afa
parent 923 a6b51990e7e6
child 925 939f3e9bba1e
Fixed missing right brace
master/slave_config.c
--- a/master/slave_config.c	Fri May 30 07:11:27 2008 +0000
+++ b/master/slave_config.c	Fri May 30 07:25:11 2008 +0000
@@ -650,6 +650,7 @@
     }
 
     return sync_offset + bit_offset / 8;
+}
 
 
 /*****************************************************************************/