aboutsummaryrefslogtreecommitdiff
path: root/5.20/main.c
diff options
context:
space:
mode:
Diffstat (limited to '5.20/main.c')
-rw-r--r--5.20/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/5.20/main.c b/5.20/main.c
index 6338524..689c229 100644
--- a/5.20/main.c
+++ b/5.20/main.c
@@ -16,7 +16,7 @@ int main(void)
do {
strcat(datatype, token);
strcat(datatype, " ");
- } while (gettoken() == NAME && isdatatyp());
+ } while (gettoken() == NAME && isdtspec());
prevtoken = YES;
if (tokentype == EOF)