Fixes all the tabulation problems.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@465 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -48,9 +48,9 @@
|
||||
// Taille de fichier, en octets
|
||||
int FileLength(FILE * Fichier)
|
||||
{
|
||||
struct stat infos_fichier;
|
||||
fstat(fileno(Fichier),&infos_fichier);
|
||||
return infos_fichier.st_size;
|
||||
struct stat infos_fichier;
|
||||
fstat(fileno(Fichier),&infos_fichier);
|
||||
return infos_fichier.st_size;
|
||||
}
|
||||
|
||||
// Chargement des pixels dans l'écran principal
|
||||
|
||||
Reference in New Issue
Block a user