diff --git a/res/res_parking.c b/res/res_parking.c
index 2f54ee048015515e25dc4c1993f7bc96b1b343c0..000defe7ce1e91823570be331a7409c137161c20 100755
--- a/res/res_parking.c
+++ b/res/res_parking.c
@@ -164,7 +164,6 @@ int ast_park_call(struct ast_channel *chan, struct ast_channel *peer, int timeou
                                 "From: %s\r\n"
                                 "Timeout: %ld\r\n"
                                 "CallerID: %s\r\n"
-                                "\r\n"
                                 ,pu->parkingnum, pu->chan->name, peer->name
                                 ,(long)pu->start.tv_sec + (long)(pu->parkingtime/1000) - (long)time(NULL)
                                 ,(pu->chan->callerid ? pu->chan->callerid : "")