summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-01-27 00:55:35 +0200
committerAlon Levy <alevy@redhat.com>2011-02-03 16:54:27 +0200
commitfdb2ecf456e3ff23a8a9d0f5a6091778088375f5 (patch)
tree7780a904589f26d0ffd7bdd9bdd490f74efc6e0e
parent1aca21369343732afef2f015987b528bd381eeef (diff)
use only C style comments
-rw-r--r--mutex.h2
-rw-r--r--vcard_emul.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/mutex.h b/mutex.h
index db44814..ffbdb31 100644
--- a/mutex.h
+++ b/mutex.h
@@ -56,4 +56,4 @@ typedef int thread_status_t;
#define THREAD_SUCCESS(status) ((status) == 0)
#endif
-#endif // _H_MUTEX
+#endif /* _H_MUTEX */
diff --git a/vcard_emul.h b/vcard_emul.h
index 5df01a8..05fb57e 100644
--- a/vcard_emul.h
+++ b/vcard_emul.h
@@ -20,7 +20,7 @@
typedef enum {
VCARD_EMUL_OK =0,
VCARD_EMUL_FAIL,
- // return values by vcard_emul_init
+ /* return values by vcard_emul_init */
VCARD_EMUL_INIT_ALREADY_INITED,
} VCardEmulError;