mirror of https://github.com/BOINC/boinc.git
- server: fix typo
svn path=/trunk/boinc/; revision=23904
This commit is contained in:
parent
3f4c207636
commit
271699ea0a
|
@ -4455,3 +4455,9 @@ David 29 July 2011
|
|||
work_fetch.cpp
|
||||
lib/
|
||||
cc_config.cpp,h
|
||||
|
||||
David 30 July 2011
|
||||
- server: fix typo
|
||||
|
||||
db/
|
||||
boinc_db.h
|
||||
|
|
|
@ -591,7 +591,7 @@ struct BATCH {
|
|||
char name[256];
|
||||
// user-assigned name; need not be unique
|
||||
int app_id;
|
||||
}
|
||||
};
|
||||
|
||||
// values of batch.state
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue