Skip to content

Commit

Permalink
[Doc] Fix the typo in example code
Browse files Browse the repository at this point in the history
This patch fixes the typo in code example.

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
  • Loading branch information
again4you authored and jaeyun-jung committed Sep 25, 2024
1 parent b7fb6d4 commit 018cc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/include/nnstreamer.h
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ int ml_pipeline_src_set_event_cb (ml_pipeline_src_h src_handle, ml_pipeline_src_
* @retval #ML_ERROR_TRY_AGAIN The pipeline is not ready yet.
* @code
* ml_tensors_info_h info = NULL;
* ml_pipeline_src_get_tensors_info (src_handle &info);
* ml_pipeline_src_get_tensors_info (src_handle, &info);
* ... do something ....
* ml_tensors_info_destroy (info);
* @endcode
Expand Down

0 comments on commit 018cc9e

Please sign in to comment.