diff options
author | biouman <> | 2001-04-16 20:17:50 +0000 |
---|---|---|
committer | biouman <> | 2001-04-16 20:17:50 +0000 |
commit | a1a16a0cea066f0873cb0ee138107721b862769a (patch) | |
tree | c21fde19d8348271e71ae8c19fcb5da7ecb01be6 /lib | |
parent | c888f07710726f9538e3c36ce83410d0a795f6fb (diff) |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/simulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/simulator.c b/lib/simulator.c index 1495687..a773115 100644 --- a/lib/simulator.c +++ b/lib/simulator.c @@ -395,7 +395,7 @@ void ChargeBinaire(char *filename) { FILE *file; char message[BUFSIZ]; - Uint32 entrypoint, nb, ns, nbss, nr, *relocation_table, entrypoint; + Uint32 entrypoint, nb, ns, nbss, nr, *relocation_table; int i; file = openfilereading(filename); |