diff options
| author | Jonathan Yap <none@none> | 2010-11-25 13:45:05 -0500 | 
|---|---|---|
| committer | Jonathan Yap <none@none> | 2010-11-25 13:45:05 -0500 | 
| commit | 732b1f748eb1844eb97ab2293ebc3b1bebb0c9e7 (patch) | |
| tree | 4a79092a66871cbb6346606a074bf62a782d4472 | |
| parent | 193fddd02aebdba9173f1d1423c3b43791a6260e (diff) | |
Forgot to give myself credit.
| -rw-r--r-- | doc/contributions.txt | 1 | ||||
| -rw-r--r-- | indra/llinventory/llinventorydefines.cpp | 2 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/doc/contributions.txt b/doc/contributions.txt index d4e459039d..94c9ba709f 100644 --- a/doc/contributions.txt +++ b/doc/contributions.txt @@ -356,6 +356,7 @@ Joghert LeSabre  Jonathan Yap  	VWR-17801  	STORM-616 +	STORM-679  Kage Pixel  	VWR-11  Ken March diff --git a/indra/llinventory/llinventorydefines.cpp b/indra/llinventory/llinventorydefines.cpp index c2b035f7cf..575331a263 100644 --- a/indra/llinventory/llinventorydefines.cpp +++ b/indra/llinventory/llinventorydefines.cpp @@ -28,4 +28,4 @@  #include "llinventorydefines.h"  const U8 TASK_INVENTORY_ITEM_KEY = 0; -const U8 TASK_INVENTORY_ASSET_KEY = 1;
\ No newline at end of file +const U8 TASK_INVENTORY_ASSET_KEY = 1; | 
