projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6090e8
)
readfile.c - fixed a indentention on a few lines
author
Joshua Leung <aligorith@gmail.com>
Sat, 30 Jun 2007 03:26:18 +0000
(
03:26
+0000)
committer
Joshua Leung <aligorith@gmail.com>
Sat, 30 Jun 2007 03:26:18 +0000
(
03:26
+0000)
source/blender/blenloader/intern/readfile.c
patch
|
blob
|
history
diff --git
a/source/blender/blenloader/intern/readfile.c
b/source/blender/blenloader/intern/readfile.c
index f4004047c2e1328b06c42ca4453db73cfd903a32..778c1df7cd2f8e87bb09abe1a2e053061d90eb4e 100644
(file)
--- a/
source/blender/blenloader/intern/readfile.c
+++ b/
source/blender/blenloader/intern/readfile.c
@@
-6525,9
+6525,9
@@
static void do_versions(FileData *fd, Library *lib, Main *main)
}
}
sa = sa->next;
+ }
}
}
- }
}
/* WATCH IT!!!: pointers from libdata have not been converted yet here! */