Navigation Menu

Skip to content

Commit

Permalink
libdeng2: Language
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 23, 2012
1 parent 4ed02da commit 54ef904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libdeng2/src/data/archive.cpp
Expand Up @@ -56,7 +56,7 @@ struct Archive::Instance
return;
}

// Do we already have a deserialized copy of this entry already?
// Do we already have a deserialized copy of this entry?
if(entry.data)
{
deserializedData.copyFrom(*entry.data, 0, entry.data->size());
Expand Down

0 comments on commit 54ef904

Please sign in to comment.