This commit was manufactured by cvs2svn to create branch 'decode'.
[gnokii.git] / common / misc.c
index 34d81b7..53306bc 100644 (file)
@@ -8,9 +8,9 @@
 
 */
 
-#include <string.h>\r
-#include <ctype.h>\r
-#include <time.h>\r
+#include <string.h>
+#include <ctype.h>
+#include <time.h>
 
 #ifndef WIN32
   #include <sys/types.h>
   #include <signal.h>
   #include <unistd.h>
   #include <errno.h>
-#endif\r
-\r
-#include "misc.h"\r
-#include "gsm-common.h"\r
+#endif
+
+#include "misc.h"
+#include "gsm-common.h"
 
 #ifndef HAVE_TIMEOPS
 
@@ -83,6 +83,8 @@ void hexdump(u16 MessageLength, u8 *MessageBuffer)
   char hex1[10];
   char hex2[10];
  
+printf("NK: ");
   for (count = 0; count < MessageLength; count ++)
   {
     n++;