From 267522f84b50bcd80c9383dc445b2dcc18f57767 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 23 Sep 2012 01:55:17 +0000 Subject: [PATCH] Updated a comment --- include/System/plugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/System/plugin.h b/include/System/plugin.h index 9c86354..1d8ffb4 100644 --- a/include/System/plugin.h +++ b/include/System/plugin.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2008 Pierre Pronchery */ +/* Copyright (c) 2008-2012 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ # define LIBSYSTEM_PLUGIN_H -/* Object */ +/* Plugin */ typedef void Plugin;