mirror of
https://github.com/vivier/EMILE.git
synced 2025-02-09 11:31:04 +00:00
Correct function name
This commit is contained in:
parent
7dce019c98
commit
37cac77222
@ -1,3 +1,4 @@
|
|||||||
|
static __attribute__((used)) char* rcsid = "$CVSHeader$";
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
* (c) 2004 Laurent Vivier <LaurentVivier@wanadoo.fr>
|
* (c) 2004 Laurent Vivier <LaurentVivier@wanadoo.fr>
|
||||||
@ -10,7 +11,7 @@
|
|||||||
#include "partition.h"
|
#include "partition.h"
|
||||||
#include "libemile.h"
|
#include "libemile.h"
|
||||||
|
|
||||||
int emile_map_read(emile_map_t *map, int part)
|
int emile_map_write(emile_map_t *map, int part)
|
||||||
{
|
{
|
||||||
off_t offset;
|
off_t offset;
|
||||||
int ret;
|
int ret;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user