We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17583cc commit b905904Copy full SHA for b905904
chapter05/5-11/entab.c
@@ -41,8 +41,6 @@ int setTabList(int count, char **arg, int *tabList)
41
{
42
int i;
43
44
-// if (count < 2) /* tab list was not provided */
45
-// return 0; /* signal to use default N */
46
for (i = 0; --count > 0; ++i)
47
if (!(tabList[i] = atoi(*++arg)) || tabList[i] < 0) {
48
printf("Invalid tabstop: %s\n", *arg);
0 commit comments