Skip to content

Commit 269d355

Browse files
authored
Update GeneralSettings.c
1 parent ba81a97 commit 269d355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/C/GeneralSettings/GeneralSettings.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ void main()
2929
// 1.Initialize license.
3030
// The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a free public trial license. Note that network connection is required for this license to work.
3131
// If you don't have a license yet, you can request a trial from https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=c_cpp
32-
errorCode = DLR_InitLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9", szErrorMsg, 256);
32+
errorCode = DBR_InitLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9", szErrorMsg, 256);
3333
if (errorCode != DBR_OK)
3434
{
3535
printf("%s\r\n", szErrorMsg);

0 commit comments

Comments
 (0)