From 18f999d8dea67da4f36d4ec2b7d3ec753793458b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 24 Aug 2016 01:22:29 +0200 Subject: [PATCH] (libretro-common) Header updates --- libretro-common/gfx/math/matrix_4x4.c | 2 +- libretro-common/include/gfx/math/matrix_4x4.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libretro-common/gfx/math/matrix_4x4.c b/libretro-common/gfx/math/matrix_4x4.c index 2ff6198bd7..091b3af2a7 100644 --- a/libretro-common/gfx/math/matrix_4x4.c +++ b/libretro-common/gfx/math/matrix_4x4.c @@ -1,7 +1,7 @@ /* Copyright (C) 2010-2016 The RetroArch team * * --------------------------------------------------------------------------------------- - * The following license statement only applies to this file (matrix.c). + * The following license statement only applies to this file (matrix_4x4.c). * --------------------------------------------------------------------------------------- * * Permission is hereby granted, free of charge, diff --git a/libretro-common/include/gfx/math/matrix_4x4.h b/libretro-common/include/gfx/math/matrix_4x4.h index ab6f16e838..883dafbec6 100644 --- a/libretro-common/include/gfx/math/matrix_4x4.h +++ b/libretro-common/include/gfx/math/matrix_4x4.h @@ -1,7 +1,7 @@ /* Copyright (C) 2010-2016 The RetroArch team * * --------------------------------------------------------------------------------------- - * The following license statement only applies to this file (matrix.h). + * The following license statement only applies to this file (matrix_4x4.h). * --------------------------------------------------------------------------------------- * * Permission is hereby granted, free of charge,