summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbieri <luca@luca-barbieri.com>2010-03-29 03:21:56 +0200
committerLuca Barbieri <luca@luca-barbieri.com>2010-03-29 03:21:56 +0200
commit6198ea8e9182a845ebcee3753c82377b82c6b0ed (patch)
treefa00e524682bee02a8b8880236514abac61b022c
parent6dd4ed164f2e0f7a8935c40cdc406ecf23df8d0b (diff)
fixes
-rw-r--r--ramfc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ramfc.cpp b/ramfc.cpp
index 0ccdd1a..758366f 100644
--- a/ramfc.cpp
+++ b/ramfc.cpp
@@ -7,7 +7,7 @@ int main(int argc, char** argv)
for(unsigned i = 0; i < dev->channels; ++i) {
if(i)
- cout << i;
+ cout << '\n';
cout << "Channel " << i ;
for(unsigned j = 0; j < dev->ramfc->fc_size; j += 4) {
if(!(j & 15))