diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-05 06:00:03 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-05 06:00:03 +0200 |
commit | a76a789747458e3690e44ee81332099a3f80c156 (patch) | |
tree | ed4622b719fe6e8d1f466f587f7bd25455b7337c /command.c | |
parent | abe4984928229338afd2dc9bbeb95bb9f361ef94 (diff) | |
download | egawk-a76a789747458e3690e44ee81332099a3f80c156.tar.gz egawk-a76a789747458e3690e44ee81332099a3f80c156.tar.bz2 egawk-a76a789747458e3690e44ee81332099a3f80c156.zip |
Continue to straighten out enum usage.
Diffstat (limited to 'command.c')
-rw-r--r-- | command.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2667,7 +2667,7 @@ struct argtoken argtab[] = { { "sources", D_info, A_SOURCES }, { "variables", D_info, A_VARIABLES }, { "watch", D_info, A_WATCH }, - { NULL, D_illegal, 0 }, + { NULL, D_illegal, A_NONE }, }; |