summaryrefslogtreecommitdiffstats
path: root/games/backgammon/common_source/subs.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/backgammon/common_source/subs.c')
-rw-r--r--games/backgammon/common_source/subs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/backgammon/common_source/subs.c b/games/backgammon/common_source/subs.c
index 7016b54..827e3e0 100644
--- a/games/backgammon/common_source/subs.c
+++ b/games/backgammon/common_source/subs.c
@@ -136,7 +136,7 @@ register char *l;
if (trace == NULL)
trace = fopen ("bgtrace","w");
-
+
fprintf (trace,"writel: \"");
for (s = l; *s; s++) {
if (*s < ' ' || *s == '\177')
OpenPOWER on IntegriCloud