Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Matthews <tmatth@videolan.org>2019-02-27 20:22:58 +0300
committerTristan Matthews <tmatth@videolan.org>2019-02-27 20:22:58 +0300
commit8808b1f0c2890143186d009040abd7a38d2af05e (patch)
treea45af543ddb429b009aac08a5d8a2bdb9a9cb65e
parent608706ff18cc7dd27c7ca951dd1e3d53b2afbe1c (diff)
oss-fuzz: rename to .cc
Apparently clang complains otherwise. Reported by Tyson Smith.
-rw-r--r--contrib/oss-fuzz/speex_decode_fuzzer.cc (renamed from contrib/oss-fuzz/speex_decode_fuzzer.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/oss-fuzz/speex_decode_fuzzer.c b/contrib/oss-fuzz/speex_decode_fuzzer.cc
index 746fd42..31af6e1 100644
--- a/contrib/oss-fuzz/speex_decode_fuzzer.c
+++ b/contrib/oss-fuzz/speex_decode_fuzzer.cc
@@ -1,5 +1,5 @@
/* Copyright (C) 2017 Tristan Matthews
- File: speex_decode_fuzzer.c
+ File: speex_decode_fuzzer.cc
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions