[BACK]Return to sndioctl.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / sndioctl

Diff for /src/usr.bin/sndioctl/sndioctl.c between version 1.12 and 1.13

version 1.12, 2020/06/18 05:28:49 version 1.13, 2020/06/18 05:33:16
Line 848 
Line 848 
                 }                  }
         }          }
   
         if (d->type == SIOCTL_NONE)          switch (d->type) {
           case SIOCTL_NUM:
           case SIOCTL_SW:
           case SIOCTL_VEC:
           case SIOCTL_LIST:
                   break;
           default:
                 return;                  return;
           }
   
         /*          /*
          * find the right position to insert the new widget           * find the right position to insert the new widget

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13