stkutil: Don't use escaped strings

In general this is bad style, using concatentated strings ala "" "" is
better.
This commit is contained in:
Denis Kenzior 2010-05-11 12:29:11 -05:00
parent a3da155828
commit 9d56691898
1 changed files with 5 additions and 4 deletions

View File

@ -3235,10 +3235,11 @@ static struct play_tone_test play_tone_data_119 = {
.pdu = play_tone_119,
.pdu_len = sizeof(play_tone_119),
.qualifier = 0x00,
.alpha_id = "This command instructs the ME to play an audio tone. \
Upon receiving this command, the ME shall check if it is currently in, or \
in the process of setting up (SET-UP message sent to the network, \
see GSM\"04.08\"(8)), a speech call. - If the ME I"
.alpha_id = "This command instructs the ME to play an audio tone. "
"Upon receiving this command, the ME shall check "
"if it is currently in, or in the process of setting "
"up (SET-UP message sent to the network, see "
"GSM\"04.08\"(8)), a speech call. - If the ME I"
};
static struct play_tone_test play_tone_data_1110 = {