mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Rename library.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
// Filename : close.c
|
||||
// Author(s) : Natalia Portillo <claunia@claunia.com>
|
||||
//
|
||||
// Component : libdicformat.
|
||||
// Component : libaaruformat.
|
||||
//
|
||||
// --[ Description ] ----------------------------------------------------------
|
||||
//
|
||||
@@ -30,7 +30,7 @@
|
||||
// Copyright © 2011-2020 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
|
||||
#include <dicformat.h>
|
||||
#include <aaruformat.h>
|
||||
#include <errno.h>
|
||||
#include <malloc.h>
|
||||
#include <stdio.h>
|
||||
@@ -46,9 +46,9 @@ int close(void* context)
|
||||
return -1;
|
||||
}
|
||||
|
||||
dicformatContext* ctx = context;
|
||||
aaruformatContext* ctx = context;
|
||||
|
||||
// Not a libdicformat context
|
||||
// Not a libaaruformat context
|
||||
if(ctx->magic != DIC_MAGIC)
|
||||
{
|
||||
errno = EINVAL;
|
||||
|
||||
Reference in New Issue
Block a user