Revision: 41839
http://brlcad.svn.sourceforge.net/brlcad/?rev=41839&view=rev
Author: erikgreenwald
Date: 2010-12-29 16:08:10 +0000 (Wed, 29 Dec 2010)
Log Message:
-----------
move declaration to beginning of block
Modified Paths:
--------------
brlcad/trunk/src/mged/mged.c
Modified: brlcad/trunk/src/mged/mged.c
===================================================================
--- brlcad/trunk/src/mged/mged.c 2010-12-29 15:58:00 UTC (rev 41838)
+++ brlcad/trunk/src/mged/mged.c 2010-12-29 16:08:10 UTC (rev 41839)
@@ -2511,14 +2511,13 @@
mged_finish(int exitcode)
{
char place[64];
- struct dm_list *p;
+ struct dm_list *p, *dml;
struct cmd_list *c;
(void)sprintf(place, "exit_status=%d", exitcode);
log_event("CEASE", place);
/* Release all displays */
- struct dm_list *dml;
while (BU_LIST_WHILE(p, dm_list, &(head_dm_list.l))) {
BU_LIST_DEQUEUE(&(p->l));
if (p && p->dml_dmp) {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits