diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2009-04-04 21:06:28 +0300 |
---|---|---|
committer | Felipe Contreras <felipe.contreras@gmail.com> | 2009-04-04 21:13:35 +0300 |
commit | b3941ea131db2d85d339a6bcf500a58bd63df0d5 (patch) | |
tree | 345aa7d29bdfb6104787599e8c1c004a261a5955 /check-exports | |
parent | d0ea89e0ec3d8742c3247098ab550578c3fe2b9c (diff) |
Whitespace cleanups
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Diffstat (limited to 'check-exports')
-rwxr-xr-x | check-exports | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check-exports b/check-exports index 16df41f..cd829b0 100755 --- a/check-exports +++ b/check-exports @@ -32,7 +32,7 @@ fi # really be exported, either because we're too lazy to rename them to something # that's not exported (like the _gst_parse_* stuff) or because we had them in # public headers at some point although they shouldn't be and so we need to -# keep them exported now (like _gst_debug_init, +# keep them exported now (like _gst_debug_init, # __gst_element_factory_add_interface or # __gst_element_factory_add_static_pad_template). We suppress them here to # make sure they're at least not exported in the windows msvc build (they |