From d758e5a8313c7a00fcde2e6eccf27f1b6d380c9b Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 10 Jan 2009 17:17:29 +0100 Subject: piano: Documentation... --- libpiano/src/crypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpiano/src/crypt.c') diff --git a/libpiano/src/crypt.c b/libpiano/src/crypt.c index 475a1ce..8b2cc0e 100644 --- a/libpiano/src/crypt.c +++ b/libpiano/src/crypt.c @@ -104,7 +104,7 @@ char *PianoIntsToString (const unsigned int *arrInts, size_t arrIntsN) { for (i = 0; i < arrIntsN; i++) { /* map string to 4-byte int */ tmp = (unsigned int *) &strDecoded[i*4]; - /* FIXME: big endian does not need to byteswap */ + /* FIXME: big endian does not need to byteswap? */ *tmp = byteswap32 (arrInts[i]); } return strDecoded; -- cgit v1.2.3