- Timestamp:
- 2012-01-10T15:13:18Z (13 years ago)
- Branches:
- master
- Children:
- 441b9dd
- Parents:
- 7615726
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter_lib.c
r7615726 rac36463 890 890 imcb_error(ic, "Authentication failure"); 891 891 imc_logout(ic, FALSE); 892 goto end;892 return; 893 893 } else { 894 894 // It didn't go well, output the error and return. … … 942 942 imcb_error(ic, "Authentication failure"); 943 943 imc_logout(ic, FALSE); 944 goto end;944 return; 945 945 } else { 946 946 // It didn't go well, output the error and return.
Note: See TracChangeset
for help on using the changeset viewer.