mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Simplify by removng unnecessary argument in new callback
This commit is contained in:
parent
88720adbb1
commit
2882d8c812
3 changed files with 14 additions and 15 deletions
|
@ -1,8 +1,8 @@
|
|||
#import <Foundation/Foundation.h>
|
||||
#import "ObjectTesting.h"
|
||||
|
||||
static void callback(NSRegularExpression *re, void *context,
|
||||
NSTextCheckingResult *match, NSMatchingFlags flags, BOOL *stop)
|
||||
static void callback(void *context, NSTextCheckingResult *match,
|
||||
NSMatchingFlags flags, BOOL *stop)
|
||||
{
|
||||
if (match)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue