Fixes all the tabulation problems.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@465 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2009-01-05 22:55:30 +00:00
parent bdf86b06a8
commit 154f5e824a
18 changed files with 841 additions and 841 deletions

View File

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