diff options
author | Alon Levy <alevy@redhat.com> | 2011-02-01 08:38:30 +0200 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2011-02-03 16:54:27 +0200 |
commit | a0f2ae657dee1e8072b55f59e3a7c7286e9303e5 (patch) | |
tree | b834e1b80307aa3f3003ba6175a7855ea5029d7d | |
parent | 2d16e04ad80ed8b264f55036a0acc5b6e1520f0e (diff) |
vscard_common: remove C++ style comment
-rw-r--r-- | vscard_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vscard_common.h b/vscard_common.h index cd79ca3..c0a3c46 100644 --- a/vscard_common.h +++ b/vscard_common.h @@ -170,5 +170,5 @@ typedef struct VSCMsgFlush { typedef struct VSCMsgFlushComplete { } VSCMsgFlushComplete; -#endif // VSCARD_COMMON_H +#endif /* VSCARD_COMMON_H */ |