Fixed: missing terminating ' character

This commit is contained in:
Johan De Claville Christiansen 2014-03-25 17:50:39 +01:00
parent cb26aeac8d
commit 1d79a28091

View file

@ -905,7 +905,7 @@ static void define_struct(struct node *n) {
}
#if 0
Commenting out interfaces until the RPC protocol has been spec'd
Commenting out interfaces until the RPC protocol has been specified
static int find_offset(struct str *v, int inc, uint64_t mask) {
int i, j;
union {uint64_t u; char c[8];} umask;