diff options
Diffstat (limited to 'test/ttsafe.c')
-rw-r--r-- | test/ttsafe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ttsafe.c b/test/ttsafe.c index ef02bc5..f24b398 100644 --- a/test/ttsafe.c +++ b/test/ttsafe.c @@ -96,7 +96,7 @@ static void InitTest(const char *TheName, void (*TheCall) (void), static void usage(void) { - intn i; + int i; print_func("Usage: ttsafe [-v[erbose] (l[ow]|m[edium]|h[igh]|0-10)] \n"); print_func(" [-[e]x[clude] name+] \n"); @@ -179,7 +179,7 @@ int main(int argc, char *argv[]) { int CLLoop; /* Command Line Loop */ int Loop, Loop1, Summary = 0, CleanUp = 1, Cache = 1; - uintn major, minor, release; + unsigned major, minor, release; #if defined __MWERKS__ argc = ccommand(&argv); |