Changeset aa1388193ede252fe2a5d181b921d5ded7205953
- Timestamp:
- 15/06/08 02:55:31
(6 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1213491331 -0700
- git-parent:
[83aca3e6b7bacf8e3ac54ed45f75d7c5264e903a]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1213491331 -0700
- Message:
Fix typo introduced in [ba06700b854653f4c1af9175aefcb92796d8fd2e]
Sorry about that.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rba06700 |
raa13881 |
|
| 445 | 445 | NETRESOURCE net_resource; |
|---|
| 446 | 446 | DWORD i_result; |
|---|
| 447 | | char *ps_parser; |
|---|
| | 447 | char *psz_parser; |
|---|
| 448 | 448 | VLC_UNUSED( psz_domain ); |
|---|
| 449 | 449 | |
|---|