[hipl-commit] [trunk] Rev 3993: cosmetics: Fix #endif comment.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 17 Mar 2010 20:15:14 +0200

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 17/03/2010 at 20:15:14
Revision: 3993
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  cosmetics: Fix #endif comment.

Modified:
  M  hipd/oppdb.h

=== modified file 'hipd/oppdb.h'
--- hipd/oppdb.h        2010-03-10 17:44:36 +0000
+++ hipd/oppdb.h        2010-03-17 18:15:03 +0000
@@ -65,4 +65,5 @@
                      void *opaque);
 
 int hip_handle_opp_reject(hip_opp_block_t *entry, void *ips);
-#endif /* HIP_HADB_H */
+
+#endif /* HIP_HIPD_OPPDB_H */

Other related posts:

  • » [hipl-commit] [trunk] Rev 3993: cosmetics: Fix #endif comment. - Diego Biurrun