Skip to content

Commit

Permalink
Fixed typedef in strarray.h
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 17, 2012
1 parent 966cde8 commit 16ebab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/portable/include/strarray.h
Expand Up @@ -33,7 +33,7 @@ struct strarray_s; // opaque
/**
* StrArray instance. Construct with StrArray_New().
*/
typedef strarray_s StrArray;
typedef struct strarray_s StrArray;

/**
* Constructs an empty string array.
Expand Down

0 comments on commit 16ebab7

Please sign in to comment.