Fix some typos.

[GB.COMPRESS]
* BUG: Fix some typos.
This commit is contained in:
Benoît Minisini 2023-09-21 23:00:52 +02:00
parent 8ac6bc5de2
commit f9d3bcc1f5
5 changed files with 6 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -21,7 +21,6 @@
***************************************************************************/
#define MAX_DRIVER 8
#define __MAIN_C
#include <stdio.h>

View File

@ -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