removed ./extern/

This commit is contained in:
Aaron Marcher 2017-01-07 22:33:28 +01:00
parent 688e2e783d
commit 0d1f19d777
No known key found for this signature in database
GPG Key ID: 74B048E5C2474F9A
2 changed files with 1 additions and 1 deletions

View File

View File

@ -25,7 +25,7 @@
#include <unistd.h> #include <unistd.h>
#include <X11/Xlib.h> #include <X11/Xlib.h>
#include "extern/arg.h" #include "arg.h"
struct arg { struct arg {
char *(*func)(); char *(*func)();