Rename folder.

This commit is contained in:
2020-03-01 19:49:43 +00:00
parent e3fefa0f36
commit 1e01ecb41d
9 changed files with 7 additions and 7 deletions

View File

@@ -34,7 +34,7 @@
#include <errno.h>
#include <stdio.h>
//! Identifies a file as dicformat, using path
//! Identifies a file as aaruformat, using path
/*!
*
* @param filename path to the file to identify
@@ -56,7 +56,7 @@ int identify(const char* filename)
return ret;
}
//! Identifies a file as dicformat, using an already existing stream
//! Identifies a file as aaruformat, using an already existing stream
/*!
*
* @param imageStream stream of the file to identify