scanner: Fix 'destroy)' typo in check for destroy request presence
authorKristian Høgsberg <krh@bitplanet.net>
Mon, 25 Feb 2013 21:01:38 +0000 (16:01 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 8 Mar 2013 00:19:16 +0000 (19:19 -0500)
commit4e7d2127a0334da3d108bdc50fc6cd3f7ba29fdf
treeb9aad1d9c5ce2ed0b14b475cd5be9cb8d2da4784
parent9dc88f328593c1a9713a8a55c3dbd6d291995483
scanner: Fix 'destroy)' typo in check for destroy request presence

This is there to enforce that we don't have interfaces with a destroy
request that isn't a destructor.  The check never worked because of the
typo, but we also don't have any interfaces like that.
src/scanner.c