Skip to content

Commit

Permalink
* assembly.c: This line was committed accidently and is
Browse files Browse the repository at this point in the history
          unneeded.

svn path=/trunk/mono/; revision=26653
  • Loading branch information
Jackson Harper committed May 3, 2004
1 parent b89aa55 commit c587d1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions mono/metadata/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2004-05-03 Jackson Harper <jackson@ximian.com>

* assembly.c: This line was committed accidently and is unneeded.

2004-05-03 Jackson Harper <jackson@ximian.com>

* icall.c: Add new icall for Assembly::LoadWithPartialName
Expand Down
2 changes: 1 addition & 1 deletion mono/metadata/assembly.c
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ MonoAssembly*
mono_assembly_load (MonoAssemblyName *aname, const char *basedir, MonoImageOpenStatus *status)
{
MonoAssembly *result;
char *fullpath, *filename, *currentpath;
char *fullpath, *filename;

result = invoke_assembly_preload_hook (aname, assemblies_path);
if (result)
Expand Down

0 comments on commit c587d1b

Please sign in to comment.