Fix some typos.
[GB.COMPRESS] * BUG: Fix some typos.
This commit is contained in:
parent
8ac6bc5de2
commit
f9d3bcc1f5
@ -2,7 +2,7 @@
|
||||
|
||||
CCompress.c
|
||||
|
||||
(c) 2003-2004 Daniel Campos Fern<EFBFBD>dez <danielcampos@netcourrier.com>
|
||||
(c) 2003-2004 Daniel Campos Fernández <danielcampos@netcourrier.com>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
CUncompress.c
|
||||
|
||||
(c) 2003-2004 Daniel Campos Fern<EFBFBD>dez <danielcampos@netcourrier.com>
|
||||
(c) 2003-2004 Daniel Campos Fernández <danielcampos@netcourrier.com>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
gb.compress.h
|
||||
|
||||
(c) 2003-2004 Daniel Campos Fern<EFBFBD>ndez <danielcampos@netcourrier.com>
|
||||
(c) 2003-2004 Daniel Campos Fernández <danielcampos@netcourrier.com>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -21,7 +21,6 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
#define MAX_DRIVER 8
|
||||
#define __MAIN_C
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -24,16 +24,16 @@
|
||||
#ifndef __MAIN_H
|
||||
#define __MAIN_H
|
||||
|
||||
|
||||
|
||||
#include "gb_common.h"
|
||||
#include "gambas.h"
|
||||
#include "gb.compress.h"
|
||||
|
||||
|
||||
#define MAX_DRIVER 8
|
||||
|
||||
#ifndef __MAIN_C
|
||||
extern GB_INTERFACE GB;
|
||||
#endif
|
||||
|
||||
COMPRESS_DRIVER* COMPRESS_GetDriver(const char *type);
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user