cosmetics
This commit is contained in:
@@ -19,6 +19,8 @@
|
|||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||||
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||||
* for more details.
|
* for more details.
|
||||||
|
*
|
||||||
|
* RCSID $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define _GNU_SOURCE
|
#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)
|
identification_t *identification_create_from_encoding(id_type_t type, chunk_t encoded)
|
||||||
{
|
{
|
||||||
private_identification_t *this = identification_create();
|
private_identification_t *this = identification_create();
|
||||||
|
|
||||||
this->type = type;
|
this->type = type;
|
||||||
switch (type)
|
switch (type)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user