Removed a "statement not reached" warning.

svn path=/trunk/; revision=26478
This commit is contained in:
Stig Bjørlykke 2008-10-16 13:35:35 +00:00
parent f3fde1f4f7
commit c3b54a3378
1 changed files with 0 additions and 1 deletions

View File

@ -1961,7 +1961,6 @@ get_key_string(decryption_key_t* dk)
break;
default:
return NULL;
break;
}
return output_string;