Changeset 742


Ignore:
Timestamp:
Sep 18, 2022, 10:37:38 AM (3 years ago)
Author:
Paul Smedley
Message:

Fix typo in unimix

Location:
contrib/API
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • contrib/API/include/unidef.h

    r578 r742  
    146146};
    147147
     148#if 0
    148149struct timespec {
    149150        long    tv_sec;         /* seconds */
    150151        long    tv_usec;        /* and microseconds */
    151152};
     153#endif
    152154
    153155typedef struct sndrv_ctl_elem_value {
  • contrib/API/tools/unimix.c

    r578 r742  
    148148  printf("  longname: %s\n",cInfo->longname);
    149149  printf("  mixer: %s\n",cInfo->mixername);
    150   printf("  componenets: %s\n",cInfo->components);
     150  printf("  components: %s\n",cInfo->components);
    151151  return 0;
    152152}
Note: See TracChangeset for help on using the changeset viewer.