Skip to content

Commit

Permalink
Merge commit '582233d42ae17614bf9b253d6cc72a6134666255' into feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ttilley committed Sep 29, 2011
2 parents 9d623ba + 582233d commit 3c548b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ext/fsevent_watch/fsevent_watch/common.h
Expand Up @@ -7,6 +7,7 @@
#endif

#include <CoreServices/CoreServices.h>
#include <unistd.h>
#include "compat.h"
#include "TSICTString.h"

Expand Down
2 changes: 1 addition & 1 deletion ext/fsevent_watch/fsevent_watch/main.c
Expand Up @@ -92,7 +92,7 @@ static void append_path2(const char* path)
char fullPath[PATH_MAX + 1];

fprintf(stderr, "\n");
fprintf(stderr, "append_path_ called for: %s\n", path);
fprintf(stderr, "append_path2 called for: %s\n", path);
#endif

OSStatus err = noErr;
Expand Down

0 comments on commit 3c548b0

Please sign in to comment.