Skip to content
Snippets Groups Projects
Commit 7dd1ef01 authored by rswindell's avatar rswindell
Browse files

Used proper "unsigned short" in place of "ushort" (not always defined).

parent 942c77dd
Branches
Tags
No related merge requests found
......@@ -1664,7 +1664,7 @@ void help()
,hbuf[HELPBUF_SIZE],str[256];
char *p;
uint i,j,k,len;
ushort line;
unsigned short line;
long l;
FILE *fp;
#ifndef __FLAT__
......
......@@ -352,7 +352,7 @@ void help()
{
char hbuf[HELPBUF_SIZE],str[256];
char *p;
ushort line;
unsigned short line;
long l;
FILE *fp;
......
......@@ -298,7 +298,7 @@ void help()
{
char hbuf[HELPBUF_SIZE],str[256];
char *p;
ushort line;
unsigned short line;
long l;
FILE *fp;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment