fixed missing } at EOF

This commit is contained in:
joshferraro 2004-03-16 20:29:04 +00:00
parent f4c8f892c4
commit 7684b9caf5

View file

@ -462,7 +462,7 @@ sub getborrowernumber {
return 0;
}
}
END { } # module clean-up code here (global destructor)
1;