summaryrefslogtreecommitdiffstats
path: root/TOOLS/realcodecs/ra.c
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/realcodecs/ra.c')
-rw-r--r--TOOLS/realcodecs/ra.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/TOOLS/realcodecs/ra.c b/TOOLS/realcodecs/ra.c
index 816a6c1802..fd6d55a688 100644
--- a/TOOLS/realcodecs/ra.c
+++ b/TOOLS/realcodecs/ra.c
@@ -183,7 +183,7 @@ void hexdump(void *pos, int len) {
int lines=(len+15)>>4;
while(lines--) {
int len1=len, i;
- fprintf(stderr, "%0x ", cpos);
+ fprintf(stderr, "%0x ", cpos);
cpos1=cpos;
for (i=0;i<16;i++) {
if (len1>0) {
@@ -203,7 +203,7 @@ void hexdump(void *pos, int len) {
}
len--;
}
- fputs("\n", stderr);
+ fputs("\n", stderr);
}
fputc('\n', stderr);
}
@@ -380,7 +380,7 @@ ulong RASetFlavor(ulong p1,ulong p2) {
}
fputs("######################## FLAVOR PROPERTIES ###################\n\n", stderr);
-*/
+*/
return result;
}
@@ -392,4 +392,3 @@ void SetDLLAccessPath(ulong p1) {
hexdump((void*)p1, 44);
fprintf(stderr, "--> void\n\n\n");
}
-