changeset 3097:cbc0e47bafbc

cc: Fix dd_tks typo in defs/direct.h According to the manual page 5-2 (OS-9 Technical reference) it should be dd_tks and not dd_tsk. https://sourceforge.net/p/nitros9/bugs/25/
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 28 Feb 2016 21:37:21 +0100
parents 66566a9ecf50
children c2030762022b
files 3rdparty/packages/cc/defs/direct.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/packages/cc/defs/direct.h	Sat Feb 27 23:48:42 2016 +0100
+++ b/3rdparty/packages/cc/defs/direct.h	Sun Feb 28 21:37:21 2016 +0100
@@ -18,7 +18,7 @@
 
 struct ddsect {
      char      dd_tot[3];
-     char      dd_tsk;
+     char      dd_tks;
      unsigned  dd_map;
      unsigned  dd_bit;
      char      dd_dir[3];