Skip to content

Commit 56029bd

Browse files
authored
Typo has been fixed.
1 parent 72298a8 commit 56029bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ protected void onActivityResult(int requestCode, int resultCode, Intent data) {
4141
switch(resultCode) {
4242
case PDF417ScanActivity.RESULT_OK:
4343
if(data != null) {
44-
PDF417Result result = data.getParcelableExtra(PDF417ScanActivity.BARCODE_RAW_DATA)
44+
PDF417Result result = data.getParcelableExtra(PDF417ScanActivity.BARCODE_RAW_DATA);
4545
if(result != null) {
4646
// TODO: Handle the data.
4747
}

0 commit comments

Comments
 (0)