[utils] Style change..

This commit is contained in:
Holger Freyther 2009-02-17 20:31:35 +00:00
parent 76c9569021
commit 62f47773ae
1 changed files with 1 additions and 1 deletions

View File

@ -37,6 +37,6 @@ char *gsm_7bit_decode(u_int8_t *user_data, u_int8_t length)
b_off -= 8;
}
}
text[i] = 0;
text[i] = '\0';
return text;
}