Changeset cf1414dc5d3633a8cec956739bab820b16c54321
- Timestamp:
- 15/09/07 21:33:39
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1189884819 +0000
- git-parent:
[9f048445a6c2c0fc5bb929ae268226bd4cdd38f9]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1189884819 +0000
- Message:
Typo
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9f04844 |
rcf1414d |
|
| 289 | 289 | if (group != NULL) |
|---|
| 290 | 290 | { |
|---|
| 291 | | sdp_AddAttribute (&sdp, "x-plgroup", "%s", group) |
|---|
| | 291 | sdp_AddAttribute (&sdp, "x-plgroup", "%s", group); |
|---|
| 292 | 292 | free (group); |
|---|
| 293 | 293 | } |
|---|