Must have ';' between default: and '}'

This commit is contained in:
Hallvard Furuseth 2003-04-29 20:12:00 +00:00
parent 2c1b7e4e7c
commit fca812e3aa

View File

@ -264,7 +264,7 @@ get_filter(
case LDAP_COMPARE_FALSE:
f.f_result = LDAP_COMPARE_TRUE;
break;
default:
default: ;
/* (!Undefined) is Undefined */
}
}