aboutsummaryrefslogtreecommitdiff
path: root/test-instr.c
diff options
context:
space:
mode:
Diffstat (limited to 'test-instr.c')
-rw-r--r--test-instr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-instr.c b/test-instr.c
index f96db868..579577a4 100644
--- a/test-instr.c
+++ b/test-instr.c
@@ -23,11 +23,11 @@
#include <sys/stat.h>
#include <fcntl.h>
-int main(int argc, char** argv) {
+int main(int argc, char **argv) {
int fd = 0;
char buff[8];
- char* buf = buff;
+ char *buf = buff;
// we support command line parameter and stdin
if (argc == 2) {