diff options
Diffstat (limited to 'third_party/libopenjpeg20/opj_clock.h')
-rw-r--r-- | third_party/libopenjpeg20/opj_clock.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/third_party/libopenjpeg20/opj_clock.h b/third_party/libopenjpeg20/opj_clock.h index 6f5168b572..76366f53b5 100644 --- a/third_party/libopenjpeg20/opj_clock.h +++ b/third_party/libopenjpeg20/opj_clock.h @@ -1,6 +1,6 @@ /* - * The copyright in this software is being made available under the 2-clauses - * BSD License, included below. This software may be subject to other third + * The copyright in this software is being made available under the 2-clauses + * BSD License, included below. This software may be subject to other third * party and contributor rights, including patent rights, and no such rights * are granted under this license. * @@ -28,8 +28,8 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef __OPJ_CLOCK_H -#define __OPJ_CLOCK_H +#ifndef OPJ_CLOCK_H +#define OPJ_CLOCK_H /** @file opj_clock.h @brief Internal function for timing @@ -55,5 +55,5 @@ OPJ_FLOAT64 opj_clock(void); /*@}*/ -#endif /* __OPJ_CLOCK_H */ +#endif /* OPJ_CLOCK_H */ |