summaryrefslogtreecommitdiff
path: root/tbdiff/tbdiff-io.c
diff options
context:
space:
mode:
authorBen Brewer <ben.brewer@codethink.co.uk>2014-05-29 11:48:58 +0100
committerBen Brewer <ben.brewer@codethink.co.uk>2014-06-02 11:03:00 +0100
commit8bbda9e95e86f97cf07a78a09c1c6db9a4e51d8e (patch)
treea6dcde2595895e6895b9fa1ebcfaf02d983b72d4 /tbdiff/tbdiff-io.c
parent52d38f16c87471ef9eabce8aa053b3c46c7a449b (diff)
downloadtbdiff-8bbda9e95e86f97cf07a78a09c1c6db9a4e51d8e.tar.gz
style: Convert all cpp style comments to c style comments
Diffstat (limited to 'tbdiff/tbdiff-io.c')
-rw-r--r--tbdiff/tbdiff-io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbdiff/tbdiff-io.c b/tbdiff/tbdiff-io.c
index 698273b..14249bd 100644
--- a/tbdiff/tbdiff-io.c
+++ b/tbdiff/tbdiff-io.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2012 Codethink Ltd.
+ * Copyright (C) 2011-2014 Codethink Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License Version 2 as
@@ -22,7 +22,7 @@
#include <tbdiff/tbdiff-stat.h>
#if __BYTE_ORDER == __BIG_ENDIAN
-//inverts the indices of an array of bytes.
+/*inverts the indices of an array of bytes. */
static void byteswap (char* value, int size) {
char tmp;
int i;