[hipl-commit] [trunk] Rev 4248: Remove misplaced extra closing parenthesis.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 13 Apr 2010 14:15:52 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 13/04/2010 at 14:15:52
Revision: 4248
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove misplaced extra closing parenthesis.

Modified:
  M  hipd/user.c

=== modified file 'hipd/user.c'
--- hipd/user.c 2010-04-13 09:52:59 +0000
+++ hipd/user.c 2010-04-13 11:15:39 +0000
@@ -104,7 +104,7 @@
     /* This prints numerical addresses until we have separate
      * print function for icomm.h and protodefs.h -miika */
     HIP_DEBUG("HIP user message type is: %d\n", msg_type);
-    //hip_message_type_name(msg_type));
+    //hip_message_type_name(msg_type);
 
     switch (msg_type) {
     case HIP_MSG_NULL_OP:

Other related posts:

  • » [hipl-commit] [trunk] Rev 4248: Remove misplaced extra closing parenthesis. - Diego Biurrun