Remove trailing whitespace

This commit is contained in:
j883376
2013-05-06 13:07:41 -04:00
parent 7a93966158
commit ffcff4aea1
548 changed files with 16397 additions and 16398 deletions
+2 -2
View File
@@ -33,10 +33,10 @@ public:
int i;
argnum = 0;
int len = static_cast<int>(strlen(message_in));
if(arglen > len)
arglen = len+1;
//msg = strdup(message);
msg = new char[len+1];
strcpy(msg, message_in);