Navigation Menu

Skip to content
This repository has been archived by the owner on Jul 4, 2021. It is now read-only.

Commit

Permalink
Comment correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 7, 2008
1 parent 3a008ec commit 42e422c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dataplugin_tests/std_str/stdstr.cpp
Expand Up @@ -8,6 +8,6 @@ int main(void)
return (wcslen(z.c_str()) != (strlen(x.c_str()) + strlen(y.c_str()))) ? 0 : 1;
}

/* end of viewstdstr.cpp ... */
/* end of stdstr.cpp ... */


2 changes: 2 additions & 0 deletions dataplugin_tests/wchar_t/wchar.c
Expand Up @@ -7,3 +7,5 @@ int main(void)
return (x != y) ? 0 : 1;
}

/* end of wchar.c ... */

0 comments on commit 42e422c

Please sign in to comment.