Cédric Luthi f74cacb4c7 Fix static analyzer warning
When compiling for the iOS simulator, it would produce this warning.

The receiver of message 'resultType' is nil and returns a value of type 'NSTextCheckingType' that will be garbage
            switch (result.resultType) {
                    ~~~~~~ ^~~~~~~~~~
2014-09-30 15:40:26 +02:00
..
2014-01-12 19:25:22 +01:00
2014-05-25 18:55:24 +02:00
2014-06-21 17:37:59 +02:00
2014-01-12 19:25:22 +01:00
2014-06-21 17:37:59 +02:00
2014-06-21 17:37:59 +02:00
2014-06-21 17:37:59 +02:00
2014-06-21 17:37:59 +02:00
2014-01-12 19:25:22 +01:00