Rename miscellaneous.

This commit is contained in:
2020-03-01 19:52:13 +00:00
parent 9075ab8bd6
commit 55a114a29e
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
// Aaru Data Preservation Suite
// ----------------------------------------------------------------------------
//
// Filename : dic.h
// Filename : aaru.h
// Author(s) : Natalia Portillo <claunia@claunia.com>
//
// Component : libaaruformat.

View File

@@ -33,7 +33,7 @@
#include <aaru.h>
#include <aaruformat.h>
// Converts between image data type and dic media tag type
// Converts between image data type and aaru media tag type
int32_t GetMediaTagTypeForDataType(int32_t type)
{
switch(type)