chiark / gitweb /
doxygen: add some missing docstrings.
[disorder] / clients / resample.c
index 8ba1843bc5ee3a1aeb3e4aa06efe967669b3d7c8..6291c8336decc2798fd23e8b6a2b3c2cabcc28f7 100644 (file)
@@ -15,6 +15,9 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+/** @file clients/resample.c
+ * @brief Audio resampler
+ */
 #include "common.h"
 
 #include <unistd.h>
@@ -130,7 +133,7 @@ int main(int argc, char **argv) {
       default: disorder_fatal(0, "unknown endianness '%s'", optarg);
       }
       break;
-    default: fatal(0, "invalid option");
+    default: disorder_fatal(0, "invalid option");
     }
   }
   struct resampler rs[1];