cosmetics

This commit is contained in:
Andreas Steffen 2007-10-07 09:17:59 +00:00
parent f73338d656
commit 3f76aebe74
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,8 @@
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
* RCSID $Id$
*/
#define _GNU_SOURCE
@ -1131,6 +1133,7 @@ identification_t *identification_create_from_string(char *string)
identification_t *identification_create_from_encoding(id_type_t type, chunk_t encoded)
{
private_identification_t *this = identification_create();
this->type = type;
switch (type)
{